mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-18 19:53:27 +02:00
fix: missing semicolon
This commit is contained in:
@@ -1312,7 +1312,7 @@ function getCustomPage($name, &$success): string
|
|||||||
{
|
{
|
||||||
global $php_errors;
|
global $php_errors;
|
||||||
$php_errors[] = array('errno' => $errno, 'errstr' => $errstr);
|
$php_errors[] = array('errno' => $errno, 'errstr' => $errstr);
|
||||||
}
|
};
|
||||||
set_error_handler($errorHandler);
|
set_error_handler($errorHandler);
|
||||||
|
|
||||||
global $config;
|
global $config;
|
||||||
|
Reference in New Issue
Block a user