mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 20:50:21 +01:00
fixed typo for parameter value from treu to true.
This commit is contained in:
parent
544501449d
commit
ef7700377b
@ -171,7 +171,7 @@ class quiz_overview_report extends quiz_default_report {
|
|||||||
|
|
||||||
if ($groupmode = groups_get_activity_groupmode($cm)) { // Groups are being used
|
if ($groupmode = groups_get_activity_groupmode($cm)) { // Groups are being used
|
||||||
if (!$table->is_downloading()) {
|
if (!$table->is_downloading()) {
|
||||||
groups_print_activity_menu($cm, $reporturl->out(treu, $displayoptions));
|
groups_print_activity_menu($cm, $reporturl->out(true, $displayoptions));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user