diff options
Diffstat (limited to 'pages/friends')
| -rw-r--r-- | pages/friends/edit.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/pages/friends/edit.php b/pages/friends/edit.php index cd65d96ae..e2c707b7c 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('forms/friends/edit', array('collection' => $collection,  	'collection_members' => $collection_members)); -$body = elgg_view_layout('one_column_with_sidebar', array('content' => $content)); +$body = elgg_view_layout('one_sidebar', array('content' => $content));  echo elgg_view_page($title, $body);
\ No newline at end of file | 
