diff --git a/adminer/include/version.inc.php b/adminer/include/version.inc.php index a156a75c..63904837 100644 --- a/adminer/include/version.inc.php +++ b/adminer/include/version.inc.php @@ -2,7 +2,7 @@ $VERSION = "4.9.1-dev"; function adminer_errors($errno, $errstr) { - return !!preg_match('~^(Trying to access array offset on( value of type)? null|Undefined array key)~', $errstr); + return !!preg_match('~^(Trying to access array offset on( value of type)? null|Undefined (array key|property))~', $errstr); } error_reporting(6135); // errors and warnings