diff options
Diffstat (limited to 'pages/friends/edit.php')
-rw-r--r-- | pages/friends/edit.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pages/friends/edit.php b/pages/friends/edit.php index 0d82d210d..ddc7f9650 100644 --- a/pages/friends/edit.php +++ b/pages/friends/edit.php @@ -22,7 +22,8 @@ $collection = get_access_collection($collection_id); //get all members of the collection $collection_members = get_members_of_access_collection($collection_id); -$content .= elgg_view('friends/forms/edit', array('collection' => $collection, 'collection_members' => $collection_members)); +$content .= elgg_view('friends/forms/edit', array('collection' => $collection, + 'collection_members' => $collection_members)); $body = elgg_view_layout('one_column_with_sidebar', $content); |