From: Michael Date: Sun, 20 Aug 2023 12:39:05 +0000 (+0000) Subject: Resture previous state X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4097808b95dcdac41fd4146a560eb6f941891c94;p=friendica.git Resture previous state --- 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);