diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-02-21 20:19:32 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-02-21 20:19:32 +0000 |
commit | f8ffe33a5eb4d81d60c8ba5cc615ee49b1ea239d (patch) | |
tree | e90c061557ec081253ee0309b7aec0542c10384b /actions/admin/site | |
parent | 3a0c12984c54788be343a0845da506944f35cacd (diff) | |
download | elgg-f8ffe33a5eb4d81d60c8ba5cc615ee49b1ea239d.tar.gz elgg-f8ffe33a5eb4d81d60c8ba5cc615ee49b1ea239d.tar.bz2 |
Refs #1538: Removed action_gatekeeper() from action files in core.
git-svn-id: http://code.elgg.org/elgg/trunk@3960 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'actions/admin/site')
-rw-r--r-- | actions/admin/site/update_basic.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/actions/admin/site/update_basic.php b/actions/admin/site/update_basic.php index 70cc72730..d9fa8f367 100644 --- a/actions/admin/site/update_basic.php +++ b/actions/admin/site/update_basic.php @@ -15,7 +15,6 @@ global $CONFIG; // block non-admin users admin_gatekeeper(); -action_gatekeeper(); if (get_input('settings') == 'go') { if (datalist_get('default_site')) { @@ -91,4 +90,4 @@ if (get_input('settings') == 'go') { forward($_SERVER['HTTP_REFERER']); exit; } -}
\ No newline at end of file +} |