From: skodak Date: Mon, 11 Sep 2006 20:05:31 +0000 (+0000) Subject: old admin block not added into frontpage during installation anymore, it is not remov... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2b156ffbf33538ddf726f0aa48f070fb4ea2ab4c;p=moodle.git old admin block not added into frontpage during installation anymore, it is not removed during upgrade. --- diff --git a/lib/pagelib.php b/lib/pagelib.php index 3fa66ce5e2..e96ce866a1 100644 --- a/lib/pagelib.php +++ b/lib/pagelib.php @@ -495,7 +495,7 @@ class page_course extends page_base { } /// Failsafe - in case nothing was defined. else { - $blocknames = 'site_main_menu,admin,admin_tree:course_summary,calendar_month'; + $blocknames = 'site_main_menu,admin_tree:course_summary,calendar_month'; } } // It's a normal course, so do it according to the course format