Skip to content

Commit

Permalink
fixed typo for parameter value from treu to true.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwijaya committed May 21, 2010
1 parent 5445014 commit ef77003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/quiz/report/overview/report.php
Expand Up @@ -171,7 +171,7 @@ function display($quiz, $cm, $course) {


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));
} }
} }


Expand Down

0 comments on commit ef77003

Please sign in to comment.