]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/JsonLD.php
Update function / rearrange tab order
[friendica.git] / src / Util / JsonLD.php
index 63787db08b8eb37c97ae775fb16e84eb6698ea49..427205958f846d5bfa7ac101d751a88fba0d39bf 100644 (file)
@@ -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);