mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
MDL-13052 edit/user.php typo; merged from MOODLE_19_STABLE
This commit is contained in:
parent
1dbc38bbec
commit
80c64fc77f
@ -19,7 +19,7 @@
|
||||
require_login($course);
|
||||
} else if (!isloggedin()) {
|
||||
if (empty($SESSION->wantsurl)) {
|
||||
$SESSION->wantsurl = $CFG->httpswwwroot.'/edit/user.php';
|
||||
$SESSION->wantsurl = $CFG->httpswwwroot.'/user/edit.php';
|
||||
}
|
||||
redirect($CFG->httpswwwroot.'/login/index.php');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user