]> git.mxchange.org Git - mailer.git/blobdiff - inc/language.php
Fixes for stripped HTML tags, and false warnings in debug log
[mailer.git] / inc / language.php
index 6814974eb49ef92a7b62e20d9999d7f456b04a83..0c10b177870c703e1ab13df1333e1a61f5f9ba5e 100644 (file)
@@ -61,7 +61,7 @@ if (!FILE_READABLE($FQFN)) {
 LOAD_INC($INC);
 
 // Check for installation mode
-if (isBooleanConstantAndTrue('mxchange_installing')) {
+if (isInstalling()) {
        // Load matching language file
        LOAD_INC("inc/language/install_".$mx_lang.".php");
 }