mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 01:39:22 +02:00
fix: missing semicolon
This commit is contained in:
parent
54609bf90e
commit
e961f2efcf
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user