Removed erroneous passing of $course to footer()
This commit is contained in:
parent
ed2ef13c7f
commit
ceb2d5623f
1 changed files with 1 additions and 1 deletions
|
@ -80,4 +80,4 @@ groups_print_activity_menu($cm, $url);
|
||||||
|
|
||||||
$table->out($perpage, false);
|
$table->out($perpage, false);
|
||||||
|
|
||||||
echo $OUTPUT->footer($course);
|
echo $OUTPUT->footer();
|
||||||
|
|
Loading…
Reference in a new issue