diff options
Diffstat (limited to 'actions/user/name.php')
-rw-r--r-- | actions/user/name.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/actions/user/name.php b/actions/user/name.php index 19a3422e8..bc14d3184 100644 --- a/actions/user/name.php +++ b/actions/user/name.php @@ -8,7 +8,6 @@ * @link http://elgg.org/ */ -require_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php"); global $CONFIG; gatekeeper(); @@ -34,4 +33,4 @@ if (($user) && ($name)) { } } else { register_error(elgg_echo('user:name:fail')); -}
\ No newline at end of file +} |