Skip to content

Commit

Permalink
old admin block not added into frontpage during installation anymore,…
Browse files Browse the repository at this point in the history
… it is not removed during upgrade.
  • Loading branch information
skodak committed Sep 11, 2006
1 parent 4da8ff6 commit 2b156ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pagelib.php
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ function blocks_get_default() {
}
/// 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
Expand Down

0 comments on commit 2b156ff

Please sign in to comment.