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/editdefault.php | 1 - 1 file changed, 1 deletion(-) (limited to 'mod/profile/actions/editdefault.php') diff --git a/mod/profile/actions/editdefault.php b/mod/profile/actions/editdefault.php index 1d50f432a..96e878402 100644 --- a/mod/profile/actions/editdefault.php +++ b/mod/profile/actions/editdefault.php @@ -6,7 +6,6 @@ */ global $CONFIG; -admin_gatekeeper(); $label = sanitise_string(get_input('label')); $type = sanitise_string(get_input('type')); -- cgit v1.2.3