X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=install.php;h=a700f22dab2d17f1202c36405d92c6c43482a112;hp=4a7366a5de40eb059e738c7533dba3148814f936;hb=49ffe0a4fb551d0965e97db1ad4ff12f13f4b9ad;hpb=8c36a8c89b8231b8d03b2495ceda82a31546406b diff --git a/install.php b/install.php index 4a7366a5de..a700f22dab 100644 --- a/install.php +++ b/install.php @@ -76,7 +76,7 @@ if ((isBooleanConstantAndTrue('mxchange_installed')) && (isBooleanConstantAndTru } // END - if // Does something goes wrong? -if (getTotalFatalMessages() == 0) { +if (getTotalFatalErrors() == 0) { // Add main installation table LOAD_TEMPLATE("install_header");