mirror of
https://github.com/friendica/friendica
synced 2025-04-19 07:10:11 +00:00
format_network_name calls
implement formatNetworkName function
This commit is contained in:
parent
b99925060a
commit
916b3e551e
5 changed files with 13 additions and 12 deletions
|
@ -78,7 +78,7 @@ class Contact extends BaseModule
|
|||
$a->data['contact'] = $contact;
|
||||
|
||||
if (($contact['network'] != '') && ($contact['network'] != Protocol::DFRN)) {
|
||||
$networkname = format_network_name($contact['network'], $contact['url']);
|
||||
$networkname = Strings::formatNetworkName($contact['network'], $contact['url']);
|
||||
} else {
|
||||
$networkname = '';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue