mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 16:04:25 +02:00
Merge branch 'MDL-53901-master' of git://github.com/damyon/moodle
This commit is contained in:
commit
3ec1965570
@ -353,7 +353,7 @@ if (!empty($SESSION->loginerrormsg)) {
|
||||
if ($errormsg) {
|
||||
$SESSION->loginerrormsg = $errormsg;
|
||||
}
|
||||
redirect(new moodle_url('/login/index.php'));
|
||||
redirect(new moodle_url($CFG->httpswwwroot . '/login/index.php'));
|
||||
}
|
||||
|
||||
$PAGE->set_title("$site->fullname: $loginsite");
|
||||
|
Loading…
x
Reference in New Issue
Block a user