diff options
Diffstat (limited to 'actions/user/passwordreset.php')
-rw-r--r-- | actions/user/passwordreset.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/user/passwordreset.php b/actions/user/passwordreset.php index e7bfbdebd..acc24d341 100644 --- a/actions/user/passwordreset.php +++ b/actions/user/passwordreset.php @@ -21,7 +21,7 @@ else register_error(elgg_echo('user:password:fail')); - forward($_SERVER['HTTP_REFERER']); + forward(); exit; ?>
\ No newline at end of file |