X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FUtil%2FJsonLD.php;h=427205958f846d5bfa7ac101d751a88fba0d39bf;hb=e1863951986ba5be173758324a00652bc5af870c;hp=63787db08b8eb37c97ae775fb16e84eb6698ea49;hpb=12d6080a48fe8c5be3fcdd75864ae4376ae458fe;p=friendica.git diff --git a/src/Util/JsonLD.php b/src/Util/JsonLD.php index 63787db08b..427205958f 100644 --- a/src/Util/JsonLD.php +++ b/src/Util/JsonLD.php @@ -101,7 +101,7 @@ class JsonLD $result = DI::cache()->get('documentLoader:' . $url); if (!is_null($result)) { - //return $result; + return $result; } $data = jsonld_default_document_loader($url);