Fixes for stripped HTML tags, and false warnings in debug log
[mailer.git] / inc / fatal_errors.php
index 94c4ea0d9e0b7ee2cf41b54d94b21bff5a87c8dc..a336a41483a0338234707ba2fdb839770ecc98f8 100644 (file)
@@ -43,7 +43,7 @@ if (getTotalFatalErrors() > 0) {
 
        // Set unset variable
        if (empty($check)) $check = "";
-       if (isBooleanConstantAndTrue('mxchange_installing')) {
+       if (isInstalling()) {
                // While we are installing ouput other header than while it is installed... :-)
                $OUT = "";
                foreach (getFatalArray() as $key => $value) {