From: skodak Date: Fri, 18 Jan 2008 17:13:56 +0000 (+0000) Subject: MDL-13052 edit/user.php typo; merged from MOODLE_19_STABLE X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=80c64fc77fbdb807d07be8f92b0a6ead4c445319;p=moodle.git MDL-13052 edit/user.php typo; merged from MOODLE_19_STABLE --- diff --git a/user/edit.php b/user/edit.php index 8baf42d53d..c79175ed05 100644 --- a/user/edit.php +++ b/user/edit.php @@ -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'); }