mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:02:54 +00:00
fix url and network display
This commit is contained in:
parent
53412dacd4
commit
733f830be4
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,8 @@ function viewcontacts_content(&$a) {
|
||||||
'username' => $rr['name'],
|
'username' => $rr['name'],
|
||||||
'url' => $url,
|
'url' => $url,
|
||||||
'sparkle' => '',
|
'sparkle' => '',
|
||||||
'item' => $rr,
|
'itemurl' => $rr['url'],
|
||||||
|
'network' => network_to_name($rr['network']),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue