aboutsummaryrefslogtreecommitdiff
path: root/pages/friends/edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'pages/friends/edit.php')
-rw-r--r--pages/friends/edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/friends/edit.php b/pages/friends/edit.php
index a56009472..94527a243 100644
--- a/pages/friends/edit.php
+++ b/pages/friends/edit.php
@@ -25,6 +25,6 @@ $collection_members = get_members_of_access_collection($collection_id);
$content .= elgg_view('friends/forms/edit', array('collection' => $collection,
'collection_members' => $collection_members));
-$body = elgg_view_layout('one_column_with_sidebar', $content);
+$body = elgg_view_layout('one_column_with_sidebar', array('content' => $content));
echo elgg_view_page($title, $body); \ No newline at end of file