mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-10006 - Sorting the quiz overview report on feedback breaks it. Merged from MOODLE_18_STABLE.
This commit is contained in:
parent
e6d4504807
commit
2ac5177aff
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ class quiz_report extends quiz_default_report {
|
|||
}
|
||||
|
||||
if ($hasfeedback) {
|
||||
$tablecolumns[] = 'feedback';
|
||||
$tablecolumns[] = 'feedbacktext';
|
||||
$tableheaders[] = get_string('feedback', 'quiz');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue