From 4097808b95dcdac41fd4146a560eb6f941891c94 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 20 Aug 2023 12:39:05 +0000 Subject: [PATCH] Resture previous state --- src/Util/JsonLD.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Util/JsonLD.php b/src/Util/JsonLD.php index 63787db08..427205958 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);