Resture previous state
This commit is contained in:
parent
12d6080a48
commit
4097808b95
|
@ -101,7 +101,7 @@ class JsonLD
|
||||||
|
|
||||||
$result = DI::cache()->get('documentLoader:' . $url);
|
$result = DI::cache()->get('documentLoader:' . $url);
|
||||||
if (!is_null($result)) {
|
if (!is_null($result)) {
|
||||||
//return $result;
|
return $result;
|
||||||
}
|
}
|
||||||
|
|
||||||
$data = jsonld_default_document_loader($url);
|
$data = jsonld_default_document_loader($url);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user