diff options
Diffstat (limited to 'actions/friends/collections')
-rw-r--r-- | actions/friends/collections/edit.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/actions/friends/collections/edit.php b/actions/friends/collections/edit.php index 8fd1eae18..b7fb716f2 100644 --- a/actions/friends/collections/edit.php +++ b/actions/friends/collections/edit.php @@ -1,6 +1,6 @@ <?php /** - * Elgg collection add page + * Friends collection edit action * * @package Elgg.Core * @subpackage Friends.Collections @@ -10,4 +10,6 @@ $collection_id = get_input('collection_id'); $friends = get_input('friend'); //chech the collection exists and the current user owners it -update_access_collection($collection_id, $friends);
\ No newline at end of file +update_access_collection($collection_id, $friends); + +exit; |