From 0ce52ecf9ee9fb1bd478efaa5c9c3b6b57018070 Mon Sep 17 00:00:00 2001 From: GlazerMann Date: Mon, 30 Dec 2024 08:25:19 -0600 Subject: [PATCH] Update Zotero.php --- Zotero.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zotero.php b/Zotero.php index 1dabf0983d..cd793f7540 100644 --- a/Zotero.php +++ b/Zotero.php @@ -520,7 +520,7 @@ public static function process_zotero_response(string $zotero_response, Template if (isset($result->publicationTitle) && substr($result->publicationTitle, -2) === " |") { $result->publicationTitle = substr($result->publicationTitle, 0, -2); } - if (stripos($url, 'www.royal.uk') !== false || stripos($url, 'astanatimes.com'!== false)) { + if (stripos($url, 'www.royal.uk') !== false || stripos($url, 'astanatimes.com') !== false) { unset($result->creators); // @codeCoverageIgnore unset($result->author); // @codeCoverageIgnore }