diff options
Diffstat (limited to 'actions/friends/deletecollection.php')
-rw-r--r-- | actions/friends/deletecollection.php | 4 |
1 files changed, 0 insertions, 4 deletions
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 |