mirror of
https://github.com/friendica/friendica
synced 2024-11-10 07:02:54 +00:00
"defaults" is replaced
This commit is contained in:
parent
9ba3ee13a8
commit
83729b8c00
1 changed files with 1 additions and 1 deletions
|
@ -924,7 +924,7 @@ class GContact
|
|||
}
|
||||
|
||||
// These fields are having different names but the same content
|
||||
$gcontact['server_url'] = defaults($contact, 'baseurl', ''); // "baseurl" can be null, "server_url" not
|
||||
$gcontact['server_url'] = $contact['baseurl'] ?? ''; // "baseurl" can be null, "server_url" not
|
||||
$gcontact['nsfw'] = $contact['sensitive'];
|
||||
$gcontact['hide'] = $contact['unsearchable'];
|
||||
$gcontact['archived'] = $contact['archive'];
|
||||
|
|
Loading…
Reference in a new issue