MDL-10006 - Sorting the quiz overview report on feedback breaks it. Merged from MOODLE_18_STABLE.
This commit is contained in:
@@ -133,7 +133,7 @@ class quiz_report extends quiz_default_report {
|
||||
}
|
||||
|
||||
if ($hasfeedback) {
|
||||
$tablecolumns[] = 'feedback';
|
||||
$tablecolumns[] = 'feedbacktext';
|
||||
$tableheaders[] = get_string('feedback', 'quiz');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user