aboutsummaryrefslogtreecommitdiff
path: root/friends/edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'friends/edit.php')
-rw-r--r--friends/edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/friends/edit.php b/friends/edit.php
index e6cb83ce2..b9d682eb3 100644
--- a/friends/edit.php
+++ b/friends/edit.php
@@ -29,7 +29,7 @@ $collection_members = get_members_of_access_collection($collection_id);
$area2 = elgg_view('friends/forms/edit', array('collection' => $collection, 'collection_members' => $collection_members));
// Format page
-$body = elgg_view_layout('two_column_left_sidebar',$area1. $area2);
+$body = elgg_view_layout('one_column_with_sidebar', '', $area1.$area2);
// Draw it
page_draw(elgg_echo('friends:add'),$body); \ No newline at end of file