]> git.mxchange.org Git - friendica.git/commitdiff
Duplicated line removed
authorMichael <heluecht@pirati.ca>
Sun, 7 Oct 2018 20:51:39 +0000 (20:51 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 7 Oct 2018 20:51:39 +0000 (20:51 +0000)
src/Util/JsonLD.php

index b4c362884c5b1dcee3063eeea79fe4c94598ffda..a581892939c2fce4f0724c1769c8bda7ff05b134 100644 (file)
@@ -88,7 +88,6 @@ class JsonLD
                        'ostatus' => (object)['@id' => 'http://ostatus.org#', '@type' => '@id'],
                        'diaspora' => (object)['@id' => 'https://diasporafoundation.org/ns/', '@type' => '@id'],
                        'dc' => (object)['@id' => 'http://purl.org/dc/terms/', '@type' => '@id'],
-                       'dc' => (object)['@id' => 'http://purl.org/dc/terms/', '@type' => '@id'],
                        'uuid' => (object)['@id' => 'http://schema.org/identifier', '@type' => '@id']];
 
                $jsonobj = json_decode(json_encode($json, JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE));