mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +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;
|
||||
$php_errors[] = array('errno' => $errno, 'errstr' => $errstr);
|
||||
}
|
||||
};
|
||||
set_error_handler($errorHandler);
|
||||
|
||||
global $config;
|
||||
|
Loading…
x
Reference in New Issue
Block a user