diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-31 15:29:58 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-31 15:29:58 +0000 |
commit | 4ab77c0ef0557d26781cbd3f534aeedd905d8637 (patch) | |
tree | 48dc3b67e7a956edabca12105190984f292867a6 | |
parent | ab7d70b9d870d69a5b79c3fbb005565302112efc (diff) | |
download | elgg-4ab77c0ef0557d26781cbd3f534aeedd905d8637.tar.gz elgg-4ab77c0ef0557d26781cbd3f534aeedd905d8637.tar.bz2 |
Removing the reference to the collection name for now
git-svn-id: https://code.elgg.org/elgg/trunk@1636 36083f99-b078-4883-b0ff-0f9b5a30f544
-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
|