New (template) wrapper function fixEmptyContentToDashes() introduced, EL rewrites:
[mailer.git] / install.php
index 56d31a6e6df30caf1fbde9520c10fc910803bdeb..c5e1c0b4e11f3583ad1e4d1bcb7b5656a552304a 100644 (file)
@@ -57,7 +57,7 @@ require('inc/libs/security_functions.php');
 $GLOBALS['startTime'] = microtime(true);
 
 // Tell every module / require file we are installing
-$GLOBALS['mxchange_installing'] = true;
+$GLOBALS['mailer_installing'] = true;
 
 // Set CSS variable for "normal mode"
 $GLOBALS['output_mode'] = '0';
@@ -82,7 +82,7 @@ setUsername('{--USERNAME_INSTALLER--}');
 // Already installed?
 if ((isInstalled()) && (getRequestParameter('page' != 'finished'))) {
        // Add fatal message
-       addFatalMessage(__FILE__, __LINE__, getMessage('ALREADY_INSTALLED'));
+       addFatalMessage(__FILE__, __LINE__, '{--ALREADY_INSTALLED--}');
 } // END - if
 
 // Load header here