Even more performance hacks
[mailer.git] / install.php
index 56d31a6e6df30caf1fbde9520c10fc910803bdeb..5053ac7b8283cc17253edc0ea99d7c6e5f5e079c 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';