]> git.mxchange.org Git - mailer.git/blobdiff - inc/language.php
A lot rewrites from double-quote to single-quote, some fixes for extension handling...
[mailer.git] / inc / language.php
index 3239912168adcbe1c2b13d0c78f77e215ff5b07b..3e43e41c4cd72caf480ec8657bb0fbf8470d7e89 100644 (file)
@@ -68,7 +68,7 @@ LOAD_INC_ONCE($INC);
 // Check for installation mode
 if ((isInstalling()) || (!isInstalled()) || (!isAdminRegistered())) {
        // Load matching language file
-       LOAD_INC("inc/language/install_".$mx_lang.".php");
+       LOAD_INC('inc/language/install_' . $mx_lang . '.php');
 }
 
 // Remove no more needed variables