Merge branch 'pull'

This commit is contained in:
friendica 2012-02-28 14:53:41 -08:00
commit f40ef1bf46
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']),
);
}