diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-11 16:11:52 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-11 16:11:52 +0000 |
commit | 36d955b6c9fff6984838f9e281a2aa79dea3dd19 (patch) | |
tree | 8b9aa3b3eaa545503a8a597092afa0c72f372d87 /actions | |
parent | 649ba62bd4a9c6c102342c52237b1ca288f8de86 (diff) | |
download | elgg-36d955b6c9fff6984838f9e281a2aa79dea3dd19.tar.gz elgg-36d955b6c9fff6984838f9e281a2aa79dea3dd19.tar.bz2 |
Refs #210 & #211: Friends form moved to action_gatekeeper code.
git-svn-id: https://code.elgg.org/elgg/trunk@1839 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'actions')
-rw-r--r-- | actions/friends/addcollection.php | 3 |
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');
|