From: moodler Date: Sun, 24 Sep 2006 12:13:58 +0000 (+0000) Subject: Fixed a notice X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0c19750c727b4ffe881c633651526ce9865cd4a5;p=moodle.git Fixed a notice --- diff --git a/admin/phpinfo.php b/admin/phpinfo.php index eed8350553..b92c252375 100644 --- a/admin/phpinfo.php +++ b/admin/phpinfo.php @@ -27,6 +27,6 @@ echo ''; - admin_externalpage_print_footer(); + admin_externalpage_print_footer($adminroot); ?>