diff options
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 |