mirror of
https://github.com/friendica/friendica
synced 2025-04-29 21:04:24 +02: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
|
@ -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'] = '';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue