diff --git a/grade/report/visual/index.php b/grade/report/visual/index.php index 9eb17ef6aa2..06c064b8eea 100644 --- a/grade/report/visual/index.php +++ b/grade/report/visual/index.php @@ -63,7 +63,7 @@ if (!isset($USER->grade_last_report)) { $USER->grade_last_report[$course->id] = 'visual'; $reportname = get_string('modulename', 'gradereport_visual'); -print_grade_page_head($COURSE->id, 'report', 'visual', $reportname, false, null, $report->preferences_page); +print_grade_page_head($COURSE->id, 'report', 'visual', $reportname); /// Make and output the html for the report. $report->visualization_selector();