aboutsummaryrefslogtreecommitdiff
path: root/actions/user/requestnewpassword.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/user/requestnewpassword.php')
-rw-r--r--actions/user/requestnewpassword.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/actions/user/requestnewpassword.php b/actions/user/requestnewpassword.php
index d951e2ede..88a02a4fc 100644
--- a/actions/user/requestnewpassword.php
+++ b/actions/user/requestnewpassword.php
@@ -8,7 +8,6 @@
* @link http://elgg.org/
*/
-require_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php");
global $CONFIG;
action_gatekeeper();
@@ -37,4 +36,4 @@ if ($user) {
access_show_hidden_entities($access_status);
forward();
-exit; \ No newline at end of file
+exit;