X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffatal_errors.php;h=f1f1ee7001299bccb74f02555bee6e1d010e5390;hb=e9935c532953963c7ece6170de58210ca9cedad7;hp=d1b8a4fd90cc0ac724e56613366651a7cac6f556;hpb=f3e4c2c048761589836fdbe6bd2e46599a1833a7;p=mailer.git diff --git a/inc/fatal_errors.php b/inc/fatal_errors.php index d1b8a4fd90..f1f1ee7001 100644 --- a/inc/fatal_errors.php +++ b/inc/fatal_errors.php @@ -10,10 +10,10 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Gibt fatale Fehler aus * * -------------------------------------------------------------------- * - * $Revision:: 856 $ * - * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. Mär 2009) $ * + * $Revision:: $ * + * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * - * $Author:: stelzi $ * + * $Author:: $ * * Needs to be in all Files and every File needs "svn propset * * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * @@ -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) {