From e6d744cc49f5cce8665de5cea9df6674ad47abb2 Mon Sep 17 00:00:00 2001 From: dave Date: Tue, 17 Feb 2009 13:24:36 +0000 Subject: entity passed to status view git-svn-id: https://code.elgg.org/elgg/trunk@2779 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/views/default/profile/listing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod') 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( -- cgit v1.2.3