Merge branch 'MDL-53901-master' of git://github.com/damyon/moodle

This commit is contained in:
David Monllao 2016-05-02 15:53:57 +08:00
commit 3ec1965570

View File

@ -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");