Commit e24d0825 authored by Chris Graham's avatar Chris Graham
Browse files

Fixed MANTIS-3895

parent 35a40bb6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;