Merge branch 'MDL-55532-33' of git://github.com/lameze/moodle into MOODLE_33_STABLE

This commit is contained in:
Andrew Nicols
2018-03-26 15:36:27 +08:00
+1 -1
View File
@@ -270,7 +270,7 @@ abstract class grade_export {
if ($grade_item->itemtype == 'mod') {
$column->name = get_string('modulename', $grade_item->itemmodule).get_string('labelsep', 'langconfig').$grade_item->get_name();
} else {
$column->name = $grade_item->get_name();
$column->name = $grade_item->get_name(true);
}
// We can't have feedback and display type at the same time.