From c1c2f9957e9a18f62c8e69d75498f795b4358615 Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Sat, 22 Oct 2016 07:45:48 +1000 Subject: [PATCH] Removed erroneous passing of $course to footer() --- report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.php b/report.php index dc75753..85a7751 100644 --- a/report.php +++ b/report.php @@ -80,4 +80,4 @@ groups_print_activity_menu($cm, $url); $table->out($perpage, false); -echo $OUTPUT->footer($course); +echo $OUTPUT->footer();