Avoid warnings

This commit is contained in:
Michael 2018-09-26 20:36:47 +00:00
parent 60b0759b50
commit dd38b7e329
2 changed files with 2 additions and 2 deletions

View file

@ -739,7 +739,7 @@ class ActivityPub
$profile = ['network' => Protocol::ACTIVITYPUB];
$profile['nick'] = $apcontact['nick'];
$profile['name'] = $apcontact['name'];
$profile['guid'] = $apcontact['diaspora:guid'];
$profile['guid'] = $apcontact['uuid'];
$profile['url'] = $apcontact['url'];
$profile['addr'] = $apcontact['addr'];
$profile['alias'] = $apcontact['alias'];