From: nicolasconnault Date: Thu, 6 Aug 2009 14:26:02 +0000 (+0000) Subject: MDL-19796 Converted all print_footer() calls X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=948b27131e467c52f2ec8e9ff703ee6c795fca89;p=moodle.git MDL-19796 Converted all print_footer() calls --- diff --git a/filter/manage.php b/filter/manage.php index 6febdc5221..bc774bfcd4 100644 --- a/filter/manage.php +++ b/filter/manage.php @@ -209,5 +209,5 @@ if (!$isfrontpage && ($url = get_context_url($context))) { get_string('backto', '', $contextname) . ''; } -print_footer($course); +echo $OUTPUT->footer(); ?>