MDL-13052 edit/user.php typo

This commit is contained in:
skodak
2008-01-18 17:13:23 +00:00
parent acfc18d8e8
commit 49aa2ee116
+1 -1
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');
}