aboutsummaryrefslogtreecommitdiff
path: root/actions/usersettings
diff options
context:
space:
mode:
Diffstat (limited to 'actions/usersettings')
-rw-r--r--actions/usersettings/save.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/actions/usersettings/save.php b/actions/usersettings/save.php
index cf551cc7c..3690860ef 100644
--- a/actions/usersettings/save.php
+++ b/actions/usersettings/save.php
@@ -7,7 +7,6 @@
* @link http://elgg.org/
*/
-require_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php");
global $CONFIG;
gatekeeper();
@@ -15,4 +14,4 @@ action_gatekeeper();
trigger_plugin_hook('usersettings:save','user');
-forward($_SERVER['HTTP_REFERER']); \ No newline at end of file
+forward($_SERVER['HTTP_REFERER']);