diff options
Diffstat (limited to 'mod/thewire/views')
| -rw-r--r-- | mod/thewire/views/default/thewire/profile_status.php | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/thewire/views/default/thewire/profile_status.php b/mod/thewire/views/default/thewire/profile_status.php index b5d9dbd80..26e1403fe 100644 --- a/mod/thewire/views/default/thewire/profile_status.php +++ b/mod/thewire/views/default/thewire/profile_status.php @@ -9,8 +9,8 @@ $owner = $vars['entity']->guid;  //grab the user's latest from the wire  $params = array( -	'types' => 'object', -	'subtypes' => 'thewire', +	'type' => 'object', +	'subtype' => 'thewire',  	'owner_guid' => $owner,  	'limit' => 1,  );  | 
