aboutsummaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
Diffstat (limited to 'actions')
-rw-r--r--actions/friends/addcollection.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/actions/friends/addcollection.php b/actions/friends/addcollection.php
index 64ee89fe8..5eb539445 100644
--- a/actions/friends/addcollection.php
+++ b/actions/friends/addcollection.php
@@ -12,7 +12,8 @@
*/
//must be logged in
- gatekeeper();
+ gatekeeper();
+ action_gatekeeper();
$collection_name = get_input('collection_name');
$friends = get_input('friends_collection');