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/deletedefaultprofileitem.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'mod/profile/actions/deletedefaultprofileitem.php') diff --git a/mod/profile/actions/deletedefaultprofileitem.php b/mod/profile/actions/deletedefaultprofileitem.php index f3880954f..6791d2c46 100644 --- a/mod/profile/actions/deletedefaultprofileitem.php +++ b/mod/profile/actions/deletedefaultprofileitem.php @@ -7,8 +7,6 @@ global $CONFIG; -admin_gatekeeper(); - $id = get_input('id'); $fieldlist = get_plugin_setting('user_defined_fields', 'profile'); -- cgit v1.2.3