Update ap helpers

pull/4377/head
Daniel Supernault 2 years ago
parent 56ec083db5
commit 8b007f9ee9
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -308,7 +308,7 @@ class Helpers {
$res = self::fetchFromUrl($url);
if(!$res || empty($res) || isset($res['error']) || !isset($res['@context']) ) {
if(!$res || empty($res) || isset($res['error']) || !isset($res['@context']) || !isset($res['published']) ) {
return;
}

Loading…
Cancel
Save