Show "Redmatrix" as network name.

This commit is contained in:
Michael Vogel 2015-07-16 10:09:59 +02:00
parent 74a2f58efb
commit fca8aecc9b
10 changed files with 36 additions and 30 deletions

View file

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