Some typos fixed
[mailer.git] / install.php
index 4a7366a5de40eb059e738c7533dba3148814f936..a700f22dab2d17f1202c36405d92c6c43482a112 100644 (file)
@@ -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");