diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-15 10:46:20 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-15 10:46:20 +0000 |
commit | 6bb8ac44e5ba0b02e5ee43b5c62e1e42789e739b (patch) | |
tree | e2d77bf753057887602360875d846f07297de8b8 /mod/profile | |
parent | 3191a07d1e5fbd889886150d326101a38e3a3342 (diff) | |
download | elgg-6bb8ac44e5ba0b02e5ee43b5c62e1e42789e739b.tar.gz elgg-6bb8ac44e5ba0b02e5ee43b5c62e1e42789e739b.tar.bz2 |
Refs #249
git-svn-id: https://code.elgg.org/elgg/trunk@1930 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile')
-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)){
|