format_network_name calls

implement formatNetworkName function
This commit is contained in:
Adam Magness 2018-11-08 10:24:47 -05:00
parent b99925060a
commit 916b3e551e
5 changed files with 13 additions and 12 deletions

View file

@ -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 = '';
}