X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffilters.php;h=a7a36334f8e61603a01017d486d8c7f26bd4d6c0;hp=36d843b78d8582cbcfc4df3b2fa89d3c17cc79dd;hb=c85ddc06cc16f2cd38ddd7d4c142a3f578bbab69;hpb=04fd04fb0015f81cec6b77b61bdae1d60ebf02ba diff --git a/inc/filters.php b/inc/filters.php index 36d843b78d..a7a36334f8 100644 --- a/inc/filters.php +++ b/inc/filters.php @@ -754,7 +754,7 @@ function FILTER_COUNT_MODULE () { // Handles fatal errors function FILTER_HANDLE_FATAL_ERRORS () { // Do we have errors to handle and right output mode? - if ((getTotalFatalErrors() == '0') || (getOutputMode() != 0)) { + if ((!ifFatalErrorsDetected()) || (getOutputMode() != '0')) { // Abort executing here return false; } // END - if