aboutsummaryrefslogtreecommitdiff
path: root/actions/useradd.php
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-02-21 20:19:32 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-02-21 20:19:32 +0000
commitf8ffe33a5eb4d81d60c8ba5cc615ee49b1ea239d (patch)
treee90c061557ec081253ee0309b7aec0542c10384b /actions/useradd.php
parent3a0c12984c54788be343a0845da506944f35cacd (diff)
downloadelgg-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/useradd.php')
-rw-r--r--actions/useradd.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/actions/useradd.php b/actions/useradd.php
index ea0bc66e0..71fc3cd63 100644
--- a/actions/useradd.php
+++ b/actions/useradd.php
@@ -9,7 +9,6 @@
*/
admin_gatekeeper(); // Only admins can add a user
-action_gatekeeper();
// Get variables
global $CONFIG;