From 4ab77c0ef0557d26781cbd3f534aeedd905d8637 Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 31 Jul 2008 15:29:58 +0000 Subject: Removing the reference to the collection name for now git-svn-id: https://code.elgg.org/elgg/trunk@1636 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/friends/editcollection.php | 1 - 1 file changed, 1 deletion(-) (limited to 'actions/friends/editcollection.php') 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 -- cgit v1.2.3