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/defaultwidgets/actions/update.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'mod/defaultwidgets/actions/update.php') diff --git a/mod/defaultwidgets/actions/update.php b/mod/defaultwidgets/actions/update.php index 466bae5a6..9b34c228c 100644 --- a/mod/defaultwidgets/actions/update.php +++ b/mod/defaultwidgets/actions/update.php @@ -6,9 +6,6 @@ * **/ -// validate user is an admin -admin_gatekeeper (); - // get parameters $context = get_input ( 'context' ); $leftbar = str_replace ( '::0', '', get_input ( 'debugField1' ) ); -- cgit v1.2.3