]> git.mxchange.org Git - mailer.git/blobdiff - inc/filters.php
Introduced new wrapper functions to make the code more readable, new extension ext...
[mailer.git] / inc / filters.php
index 36d843b78d8582cbcfc4df3b2fa89d3c17cc79dd..a7a36334f8e61603a01017d486d8c7f26bd4d6c0 100644 (file)
@@ -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?
 // 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
                // Abort executing here
                return false;
        } // END - if