From 6bb8ac44e5ba0b02e5ee43b5c62e1e42789e739b Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 15 Aug 2008 10:46:20 +0000 Subject: Refs #249 git-svn-id: https://code.elgg.org/elgg/trunk@1930 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/views/default/profile/listing.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mod/profile/views') diff --git a/mod/profile/views/default/profile/listing.php b/mod/profile/views/default/profile/listing.php index 3715222ab..87ccdb5ee 100644 --- a/mod/profile/views/default/profile/listing.php +++ b/mod/profile/views/default/profile/listing.php @@ -11,7 +11,8 @@ * * @uses $vars['entity'] The user entity */ - + $info = ""; + //grab the users status message with metadata 'state' set to current if it exists if($get_status = get_entities_from_metadata("state", "current", "object", "status", $vars['entity']->guid)){ -- cgit v1.2.3