]> git.mxchange.org Git - friendica.git/commitdiff
"defaults" is replaced
authorMichael <heluecht@pirati.ca>
Sun, 14 Jul 2019 16:04:52 +0000 (16:04 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 14 Jul 2019 16:04:52 +0000 (16:04 +0000)
src/Model/GContact.php

index b301c0efbc4306c96e140a2ef1b68f535433ab60..6ffa0b2e7d0feaac0b87d2c7c36de59f41db9fa7 100644 (file)
@@ -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'];