MDL-31316 Fix block controls when default home is My Moodle
This commit is contained in:
committed by
Eloy Lafuente (stronk7)
parent
e5f77fdae4
commit
0c657454d6
@@ -42,7 +42,11 @@
|
||||
|
||||
$hassiteconfig = has_capability('moodle/site:config', get_context_instance(CONTEXT_SYSTEM));
|
||||
|
||||
$PAGE->set_url('/');
|
||||
$urlparams = array();
|
||||
if ($CFG->defaulthomepage == HOMEPAGE_MY && optional_param('redirect', 1, PARAM_BOOL) === 0) {
|
||||
$urlparams['redirect'] = 0;
|
||||
}
|
||||
$PAGE->set_url('/', $urlparams);
|
||||
$PAGE->set_course($SITE);
|
||||
|
||||
/// If the site is currently under maintenance, then print a message
|
||||
|
||||
Reference in New Issue
Block a user