X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffatal_errors.php;h=6bb6a0ca55886cdc5ec99f641497f1e3f7d0ff27;hp=edee328c70734d6b98083215650361dce3b530d4;hb=58b29a924c48e7c1ce38c435c92e541b53984c56;hpb=ae30b9aa1e58b3c6115e968a3c6e549a2fe1791e diff --git a/inc/fatal_errors.php b/inc/fatal_errors.php index edee328c70..6bb6a0ca55 100644 --- a/inc/fatal_errors.php +++ b/inc/fatal_errors.php @@ -45,7 +45,7 @@ if ((sizeof($FATAL) > 0) || (!empty($FATAL[0]))) // Set unset variable if (empty($check)) $check = ""; - if (mxchange_installing) { + if (isBooleanConstantAndTrue('mxchange_installing')) { // While we are installing ouput other header than while it is installed... :-) $OUT = ""; foreach ($FATAL as $key=>$value) { @@ -61,7 +61,7 @@ if ((sizeof($FATAL) > 0) || (!empty($FATAL[0]))) // Load main template LOAD_TEMPLATE("install_fatal_table", false, $OUT); - } elseif (mxchange_installed) { + } elseif (isBooleanConstantAndTrue('mxchange_installed')) { // Display all runtime fatal errors $OUT = ""; foreach ($FATAL as $key=>$value) {