X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffatal_errors.php;h=57d133bec66e1e887f7e8d41638e312a5d65c3ce;hb=9e1f6d2cff0bbef912d605d4ae1728f0382b83a4;hp=94c4ea0d9e0b7ee2cf41b54d94b21bff5a87c8dc;hpb=5d0d05a99b39c75b54cd6b02c6093cf71532cd83;p=mailer.git diff --git a/inc/fatal_errors.php b/inc/fatal_errors.php index 94c4ea0d9e..57d133bec6 100644 --- a/inc/fatal_errors.php +++ b/inc/fatal_errors.php @@ -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) { @@ -59,7 +59,7 @@ if (getTotalFatalErrors() > 0) { // Load main template LOAD_TEMPLATE("install_fatal_table", false, $OUT); - } elseif (isBooleanConstantAndTrue('mxchange_installed')) { + } elseif (isInstalled()) { // Display all runtime fatal errors $OUT = ""; foreach (getFatalArray() as $key => $value) {