From 38f3674095d16bfb73320eb2e0b566ad4484882d Mon Sep 17 00:00:00 2001 From: ewinslow Date: Wed, 24 Nov 2010 01:23:02 +0000 Subject: Refs #2451: Removed gatekeeper/admin_gatekeeper() calls from core actions git-svn-id: http://code.elgg.org/elgg/trunk@7433 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/friends/deletecollection.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'actions/friends/deletecollection.php') diff --git a/actions/friends/deletecollection.php b/actions/friends/deletecollection.php index b57802ce7..1c3d878a1 100644 --- a/actions/friends/deletecollection.php +++ b/actions/friends/deletecollection.php @@ -6,10 +6,6 @@ * @subpackage Friends.Collections */ -// Make sure we're logged in (send us to the front page if not) -gatekeeper(); - -// Get input data $collection_id = (int) get_input('collection'); // Check to see that the access collection exist and grab its owner -- cgit v1.2.3