From e961f2efcfadd42cd1554b116ce710bf5e224924 Mon Sep 17 00:00:00 2001 From: slawkens Date: Tue, 30 Jan 2024 23:02:26 +0100 Subject: [PATCH] fix: missing semicolon --- system/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/functions.php b/system/functions.php index 2b4445a6..a06894f6 100644 --- a/system/functions.php +++ b/system/functions.php @@ -1312,7 +1312,7 @@ function getCustomPage($name, &$success): string { global $php_errors; $php_errors[] = array('errno' => $errno, 'errstr' => $errstr); - } + }; set_error_handler($errorHandler); global $config;