fix url and network display

This commit is contained in:
fabrixxm 2012-02-28 19:10:27 +01:00
parent 53412dacd4
commit 733f830be4
1 changed files with 2 additions and 1 deletions

View File

@ -63,7 +63,8 @@ function viewcontacts_content(&$a) {
'username' => $rr['name'],
'url' => $url,
'sparkle' => '',
'item' => $rr,
'itemurl' => $rr['url'],
'network' => network_to_name($rr['network']),
);
}