mirror of
https://github.com/friendica/friendica
synced 2025-04-26 22:30:18 +00:00
Avoid warnings
This commit is contained in:
parent
60b0759b50
commit
dd38b7e329
2 changed files with 2 additions and 2 deletions
|
@ -105,7 +105,7 @@ class APContact extends BaseObject
|
|||
|
||||
$apcontact = [];
|
||||
$apcontact['url'] = $data['id'];
|
||||
$apcontact['uuid'] = defaults($data, 'uuid', null);
|
||||
$apcontact['uuid'] = defaults($data, 'diaspora:guid', null);
|
||||
$apcontact['type'] = defaults($data, 'type', null);
|
||||
$apcontact['following'] = defaults($data, 'following', null);
|
||||
$apcontact['followers'] = defaults($data, 'followers', null);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue