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

@ -297,7 +297,7 @@ class Profile
$profile['picdate'] = urlencode(defaults($profile, 'picdate', ''));
if (($profile['network'] != '') && ($profile['network'] != Protocol::DFRN)) {
$profile['network_name'] = format_network_name($profile['network'], $profile['url']);
$profile['network_name'] = Strings::formatNetworkName($profile['network'], $profile['url']);
} else {
$profile['network_name'] = '';
}