MDL-50038 my: Redirect admin users to the notifications page when needed

This commit is contained in:
Frederic Massart 2015-04-29 18:52:46 +08:00
parent 84ea226616
commit 94e6f38fa6

View File

@ -46,6 +46,11 @@ $reset = optional_param('reset', null, PARAM_BOOL);
require_login();
$hassiteconfig = has_capability('moodle/site:config', context_system::instance());
if ($hassiteconfig && moodle_needs_upgrading()) {
redirect(new moodle_url('/admin/index.php'));
}
$strmymoodle = get_string('myhome');
if (isguestuser()) { // Force them to see system default, no editing allowed