From 948b27131e467c52f2ec8e9ff703ee6c795fca89 Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Thu, 6 Aug 2009 14:26:02 +0000 Subject: [PATCH] MDL-19796 Converted all print_footer() calls --- filter/manage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); ?> -- 2.39.5