mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-16 10:44:55 +02:00
fix: missing semicolon
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user