Merge branch 'MDL-55611-master' of git://github.com/danpoltawski/moodle
This commit is contained in:
+1
-1
@@ -2555,6 +2555,6 @@ function blocks_add_default_system_blocks() {
|
||||
}
|
||||
|
||||
$newblocks = array('private_files', 'online_users', 'badges', 'calendar_month', 'calendar_upcoming');
|
||||
$newcontent = array('lp', 'course_overview');
|
||||
$newcontent = array('lp', 'myoverview');
|
||||
$page->blocks->add_blocks(array(BLOCK_POS_RIGHT => $newblocks, 'content' => $newcontent), 'my-index', $subpagepattern);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user