From c1411ffc81908882edaace315c46e500419d2aba Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 26 Feb 2011 14:23:32 +0000 Subject: Refs #2982 adding and deleting friend collections works - editing does not git-svn-id: http://code.elgg.org/elgg/trunk@8490 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/friends/collections/add.php | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 actions/friends/collections/add.php (limited to 'actions/friends/collections/add.php') diff --git a/actions/friends/collections/add.php b/actions/friends/collections/add.php new file mode 100644 index 000000000..eac8bced8 --- /dev/null +++ b/actions/friends/collections/add.php @@ -0,0 +1,36 @@ +username); + +} else { + register_error(elgg_echo("friends:nocollectionname")); + + // Forward to the add collection page + forward("pg/collections/add"); +} -- cgit v1.2.3