]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed a notice
authormoodler <moodler>
Sun, 24 Sep 2006 12:13:58 +0000 (12:13 +0000)
committermoodler <moodler>
Sun, 24 Sep 2006 12:13:58 +0000 (12:13 +0000)
admin/phpinfo.php

index eed8350553ccf2fea35d50703fa1631fbf230125..b92c252375c7dd348fcb7c15816a57e9f3ef8065 100644 (file)
@@ -27,6 +27,6 @@
 
     echo '</div>';
 
-    admin_externalpage_print_footer();
+    admin_externalpage_print_footer($adminroot);
 
 ?>