aboutsummaryrefslogtreecommitdiff
path: root/actions/user/password.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/user/password.php')
-rw-r--r--actions/user/password.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/actions/user/password.php b/actions/user/password.php
index d2fcb95d8..6e3ff9447 100644
--- a/actions/user/password.php
+++ b/actions/user/password.php
@@ -8,7 +8,6 @@
* @link http://elgg.org/
*/
-require_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php");
global $CONFIG;
gatekeeper();
@@ -40,4 +39,4 @@ if (($user) && ($password!="")) {
} else {
register_error(elgg_echo('user:password:fail:tooshort'));
}
-} \ No newline at end of file
+}