From: Michael Date: Sun, 16 May 2021 14:59:02 +0000 (+0000) Subject: Additional change to the quickfix X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5ea44960e02c6b68a9ba723d108d273ba600cd3c;p=friendica.git Additional change to the quickfix --- diff --git a/src/Util/JsonLD.php b/src/Util/JsonLD.php index 15733ac7f8..50396474a6 100644 --- a/src/Util/JsonLD.php +++ b/src/Util/JsonLD.php @@ -152,7 +152,7 @@ class JsonLD jsonld_set_document_loader('Friendica\Util\JsonLD::documentLoader'); $context = (object)['as' => 'https://www.w3.org/ns/activitystreams#', - 'w3id' => 'https://w3id.org/security#', + 'w3id' => (object)['@id' => 'https://w3id.org/security#', '@type' => '@id'], 'ldp' => (object)['@id' => 'http://www.w3.org/ns/ldp#', '@type' => '@id'], 'vcard' => (object)['@id' => 'http://www.w3.org/2006/vcard/ns#', '@type' => '@id'], 'dfrn' => (object)['@id' => 'http://purl.org/macgirvin/dfrn/1.0/', '@type' => '@id'],