MDL-13052 edit/user.php typo; merged from MOODLE_19_STABLE

This commit is contained in:
skodak 2008-01-18 17:13:56 +00:00
parent 1dbc38bbec
commit 80c64fc77f

View File

@ -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');
}