aboutsummaryrefslogtreecommitdiff
path: root/actions/friends/collections/edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/friends/collections/edit.php')
-rw-r--r--actions/friends/collections/edit.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/actions/friends/collections/edit.php b/actions/friends/collections/edit.php
new file mode 100644
index 000000000..8fd1eae18
--- /dev/null
+++ b/actions/friends/collections/edit.php
@@ -0,0 +1,13 @@
+<?php
+/**
+ * Elgg collection add page
+ *
+ * @package Elgg.Core
+ * @subpackage Friends.Collections
+ */
+
+$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