From 85b793b935024d22ec8518bb4a24b3ffe0e98ec3 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Tue, 22 Feb 2011 00:26:06 +0000 Subject: forms/friends/edit no longer contains input/form logic git-svn-id: http://code.elgg.org/elgg/trunk@8396 36083f99-b078-4883-b0ff-0f9b5a30f544 --- pages/friends/edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pages/friends/edit.php') diff --git a/pages/friends/edit.php b/pages/friends/edit.php index e2c707b7c..665929319 100644 --- a/pages/friends/edit.php +++ b/pages/friends/edit.php @@ -22,7 +22,7 @@ $collection = get_access_collection($collection_id); //get all members of the collection $collection_members = get_members_of_access_collection($collection_id); -$content .= elgg_view('forms/friends/edit', array('collection' => $collection, +$content .= elgg_view_form('friends/edit', array(), array('collection' => $collection, 'collection_members' => $collection_members)); $body = elgg_view_layout('one_sidebar', array('content' => $content)); -- cgit v1.2.3