old admin block not added into frontpage during installation anymore, it is not removed during upgrade.

This commit is contained in:
skodak
2006-09-11 20:05:31 +00:00
parent 4da8ff666b
commit 2b156ffbf3
+1 -1
View File
@@ -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