From 5003371ec531296d6aa60156b16199df33395bdf Mon Sep 17 00:00:00 2001 From: ewinslow Date: Wed, 24 Nov 2010 01:49:54 +0000 Subject: Refs #2451: Removes (admin_)gatekeeper() calls from core plugin actions git-svn-id: http://code.elgg.org/elgg/trunk@7434 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/actions/editfield.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'mod/profile/actions/editfield.php') diff --git a/mod/profile/actions/editfield.php b/mod/profile/actions/editfield.php index 7df7dd9cc..b3bd887ef 100644 --- a/mod/profile/actions/editfield.php +++ b/mod/profile/actions/editfield.php @@ -5,8 +5,6 @@ * @package ElggProfile */ -admin_gatekeeper(); - $field = get_input('field'); $text = get_input('value'); -- cgit v1.2.3