Merge pull request #8003 from MrPetovan/bug/notices
Fixed backlog of notices for 2019.12
This commit is contained in:
@@ -192,6 +192,7 @@ class APContact extends BaseObject
|
||||
$apcontact['addr'] = '';
|
||||
}
|
||||
|
||||
$apcontact['pubkey'] = null;
|
||||
if (!empty($compacted['w3id:publicKey'])) {
|
||||
$apcontact['pubkey'] = trim(JsonLD::fetchElement($compacted['w3id:publicKey'], 'w3id:publicKeyPem', '@value'));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user