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