MDL-31316 Fix block controls when default home is My Moodle

This commit is contained in:
Ruslan Kabalin
2012-02-08 11:08:22 +01:00
committed by Eloy Lafuente (stronk7)
parent e5f77fdae4
commit 0c657454d6
+5 -1
View File
@@ -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