diff options
Diffstat (limited to 'actions/friends/addcollection.php')
-rw-r--r-- | actions/friends/addcollection.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actions/friends/addcollection.php b/actions/friends/addcollection.php index 6a15805ec..e5541797b 100644 --- a/actions/friends/addcollection.php +++ b/actions/friends/addcollection.php @@ -13,7 +13,6 @@ //must be logged in gatekeeper(); -action_gatekeeper(); $collection_name = get_input('collection_name'); $friends = get_input('friends_collection'); |