MDL-21845 user profile: Fixed missing multilang support
Merged from 1.9
This commit is contained in:
@@ -125,7 +125,7 @@ foreach ($categories as $category) {
|
||||
|
||||
if ($fields = $DB->get_records('user_info_field', array('categoryid'=>$category->id), 'sortorder ASC')) {
|
||||
foreach ($fields as $field) {
|
||||
$table->data[] = array($field->name, profile_field_icons($field));
|
||||
$table->data[] = array(format_string($field->name), profile_field_icons($field));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user