From: Sneda8 <85223444+Sneda8@users.noreply.github.com> Date: Sun, 17 Dec 2023 00:36:25 +0000 (+0100) Subject: PHP 8.3 error suppression X-Git-Tag: v4.16.0~107 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=b6f9f58712d2b9d88946ab516b9697fe5da63e67;p=adminer.git PHP 8.3 error suppression PHP 8.3 has shortened the array access on null error message to "Trying to access array offset on null". This commit changes the regular expression used to circumvent errors. --- diff --git a/adminer/include/bootstrap.inc.php b/adminer/include/bootstrap.inc.php index 45f81367..cc5f2001 100644 --- a/adminer/include/bootstrap.inc.php +++ b/adminer/include/bootstrap.inc.php @@ -1,11 +1,5 @@