From 51d7ffa162572da17ab22cec8815e01cd30ece52 Mon Sep 17 00:00:00 2001 From: GlazerMann Date: Fri, 14 Feb 2025 19:02:30 -0600 Subject: [PATCH] oops. wrong line --- Zotero.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Zotero.php b/Zotero.php index b005ff7c3e..013906142b 100644 --- a/Zotero.php +++ b/Zotero.php @@ -1668,8 +1668,7 @@ public static function find_indentifiers_in_urls(Template $template, ?string $ur } $new_pmc = (string) @$match[1] . @$match[2] . @$match[3]; // php stan does not understand that this could because of the insanity of regex and 8-bit characters and PHP bugs end up being empty - // @phpstan-ignore-line - if ($new_pmc === '') { + if ($new_pmc === '') { // @phpstan-ignore-line bot_debug_log("PMC oops"); return false; }