Loading sources/global2.php +3 −0 Original line number Diff line number Diff line Loading @@ -874,6 +874,9 @@ function composr_error_handler($errno, $errstr, $errfile, $errline) case E_CORE_ERROR: case E_COMPILE_ERROR: case E_ERROR: if (function_exists('set_throw_errors')) { set_throw_errors(false); } $type = 'error'; $syslog_type = LOG_ERR; break; Loading Loading
sources/global2.php +3 −0 Original line number Diff line number Diff line Loading @@ -874,6 +874,9 @@ function composr_error_handler($errno, $errstr, $errfile, $errline) case E_CORE_ERROR: case E_COMPILE_ERROR: case E_ERROR: if (function_exists('set_throw_errors')) { set_throw_errors(false); } $type = 'error'; $syslog_type = LOG_ERR; break; Loading