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/pages/actions/pages/edit.php | 1 - mod/pages/actions/pages/editwelcome.php | 3 --- 2 files changed, 4 deletions(-) (limited to 'mod/pages/actions/pages') diff --git a/mod/pages/actions/pages/edit.php b/mod/pages/actions/pages/edit.php index b5ce6eb3b..63382f1aa 100644 --- a/mod/pages/actions/pages/edit.php +++ b/mod/pages/actions/pages/edit.php @@ -8,7 +8,6 @@ // Load configuration global $CONFIG; -gatekeeper(); elgg_set_context('pages'); //boolean to select correct add to river. It will be new or edit diff --git a/mod/pages/actions/pages/editwelcome.php b/mod/pages/actions/pages/editwelcome.php index 06897d8d3..a13ae4c35 100644 --- a/mod/pages/actions/pages/editwelcome.php +++ b/mod/pages/actions/pages/editwelcome.php @@ -5,11 +5,8 @@ * @package ElggPages */ -// Load configuration global $CONFIG; -gatekeeper(); - // Get group fields $message = get_input("pages_welcome"); $container_guid = get_input("owner_guid"); -- cgit v1.2.3