diff options
Diffstat (limited to 'friends/of.php')
-rw-r--r-- | friends/of.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/friends/of.php b/friends/of.php index b30b47215..f8c3b1981 100644 --- a/friends/of.php +++ b/friends/of.php @@ -17,7 +17,7 @@ $friends_of = sprintf(elgg_echo("friends:of:owned"),$owner->name); $area1 = elgg_view_title($friends_of); $area2 = list_entities_from_relationship('friend',$owner->getGUID(),true,'user','',0,10,false); -$body = elgg_view_layout('one_column_with_sidebar', '', $area1 . $area2); +$body = elgg_view_layout('one_column_with_sidebar', $area1 . $area2); page_draw($friends_of, $body); |