diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-24 01:23:02 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-24 01:23:02 +0000 |
commit | 38f3674095d16bfb73320eb2e0b566ad4484882d (patch) | |
tree | fdb6d200e5aed04ec6e7e77bfa2c76fcafd75639 /actions/plugins/usersettings | |
parent | 9c1e6d6463937bdee2d1de9735463a69f8af305d (diff) | |
download | elgg-38f3674095d16bfb73320eb2e0b566ad4484882d.tar.gz elgg-38f3674095d16bfb73320eb2e0b566ad4484882d.tar.bz2 |
Refs #2451: Removed gatekeeper/admin_gatekeeper() calls from core actions
git-svn-id: http://code.elgg.org/elgg/trunk@7433 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'actions/plugins/usersettings')
-rw-r--r-- | actions/plugins/usersettings/save.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/actions/plugins/usersettings/save.php b/actions/plugins/usersettings/save.php index 705871fac..ddf7e822e 100644 --- a/actions/plugins/usersettings/save.php +++ b/actions/plugins/usersettings/save.php @@ -9,8 +9,6 @@ $params = get_input('params'); $plugin = get_input('plugin'); -gatekeeper(); - $result = false; foreach ($params as $k => $v) { |