diff options
-rw-r--r-- | actions/friends/editcollection.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actions/friends/editcollection.php b/actions/friends/editcollection.php index fd1944c51..ab19fae0f 100644 --- a/actions/friends/editcollection.php +++ b/actions/friends/editcollection.php @@ -12,7 +12,6 @@ */
$collection_id = get_input('collection_id');
- $collection_name = get_input('collection_name');
$friends = get_input('friend');
//chech the collection exists and the current user owners it
|