mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
fixed proper redirection url in login - missing trailing slash for directory
This commit is contained in:
parent
613bbd7c2b
commit
b6508d6344
@ -175,7 +175,7 @@
|
||||
|
||||
} else {
|
||||
// no wantsurl stored or external - go to homepage
|
||||
$urltogo = $CFG->wwwroot;
|
||||
$urltogo = $CFG->wwwroot.'/';
|
||||
unset($SESSION->wantsurl);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user