]> git.mxchange.org Git - mailer.git/blobdiff - inc/fatal_errors.php
themes_*.tpl moved
[mailer.git] / inc / fatal_errors.php
index 6f00d220d6449e141a4ea48155491490fdbc4819..f1f1ee7001299bccb74f02555bee6e1d010e5390 100644 (file)
@@ -48,7 +48,7 @@ if (getTotalFatalErrors() > 0) {
 
        // Set unset variable
        if (empty($check)) $check = "";
-       if (isInstalling()) {
+       if ((isInstalling()) || (!isInstalled())) {
                // While we are installing ouput other header than while it is installed... :-)
                $OUT = "";
                foreach (getFatalArray() as $key => $value) {