From 80c64fc77fbdb807d07be8f92b0a6ead4c445319 Mon Sep 17 00:00:00 2001 From: skodak Date: Fri, 18 Jan 2008 17:13:56 +0000 Subject: [PATCH] MDL-13052 edit/user.php typo; merged from MOODLE_19_STABLE --- user/edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } -- 2.39.5