diff options
Diffstat (limited to 'actions/user/passwordreset.php')
-rw-r--r-- | actions/user/passwordreset.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actions/user/passwordreset.php b/actions/user/passwordreset.php index c6d8a70b1..b801cbc22 100644 --- a/actions/user/passwordreset.php +++ b/actions/user/passwordreset.php @@ -8,7 +8,6 @@ * @link http://elgg.org/ */ -require_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php"); global $CONFIG; $user_guid = get_input('u'); |