diff options
-rw-r--r-- | mod/profile/views/default/profile/listing.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profile/views/default/profile/listing.php b/mod/profile/views/default/profile/listing.php index 405f03d17..203aee0d5 100644 --- a/mod/profile/views/default/profile/listing.php +++ b/mod/profile/views/default/profile/listing.php @@ -12,7 +12,7 @@ * @uses $vars['entity'] The user entity
*/
//create a view that a status plugin could extend - in the default case, this is the wire
- $info = elgg_view("profile/status");
+ $info = elgg_view("profile/status", array("entity" => $vars['entity']));
$icon = elgg_view(
|