fix: missing semicolon

This commit is contained in:
slawkens 2024-01-30 23:02:26 +01:00
parent 54609bf90e
commit e961f2efcf

View File

@ -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;