diff options
Diffstat (limited to 'mod')
-rw-r--r-- | mod/profile/views/default/profile/listing.php | 3 |
1 files changed, 2 insertions, 1 deletions
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)){
|