diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-26 15:48:28 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-26 15:48:28 +0000 |
commit | 31c5b57b92b2b2442527cc601eab113e047b0e93 (patch) | |
tree | 7cae2e88ab91dde44dce8fbdaded4e1e977b0cf8 /actions/user/password.php | |
parent | 6bb9e16e357eb718e954255b59681d519cda57ae (diff) | |
download | elgg-31c5b57b92b2b2442527cc601eab113e047b0e93.tar.gz elgg-31c5b57b92b2b2442527cc601eab113e047b0e93.tar.bz2 |
Unified user settings form
git-svn-id: https://code.elgg.org/elgg/trunk@1149 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'actions/user/password.php')
-rw-r--r-- | actions/user/password.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/actions/user/password.php b/actions/user/password.php index 4c7ceb65c..ec3252644 100644 --- a/actions/user/password.php +++ b/actions/user/password.php @@ -43,9 +43,7 @@ else system_message(elgg_echo('user:password:fail:tooshort')); } - else - system_message(elgg_echo('user:password:fail')); - forward($_SERVER['HTTP_REFERER']); - exit; + //forward($_SERVER['HTTP_REFERER']); + //exit; ?>
\ No newline at end of file |