From f157509b3cd60f227c9f5aca0b3d4c9cdd13dfe3 Mon Sep 17 00:00:00 2001 From: pete Date: Thu, 11 Mar 2010 15:22:18 +0000 Subject: Updated friends/members listings when there is a latest wire post to display. git-svn-id: http://code.elgg.org/elgg/trunk@5364 36083f99-b078-4883-b0ff-0f9b5a30f544 --- friends/of.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'friends/of.php') diff --git a/friends/of.php b/friends/of.php index f8c3b1981..d3668d587 100644 --- a/friends/of.php +++ b/friends/of.php @@ -16,7 +16,7 @@ if (!$owner = page_owner_entity()) { $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); +$area2 = "
".list_entities_from_relationship('friend',$owner->getGUID(),true,'user','',0,10,false)."
"; $body = elgg_view_layout('one_column_with_sidebar', $area1 . $area2); page_draw($friends_of, $body); -- cgit v1.2.3