Skip to content

Commit

Permalink
MDL-13052 edit/user.php typo; merged from MOODLE_19_STABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Jan 18, 2008
1 parent 1dbc38b commit 80c64fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}
Expand Down

0 comments on commit 80c64fc

Please sign in to comment.