]> git.mxchange.org Git - mailer.git/blobdiff - inc/load_config.php
Missing function added (but will be removed once the EL branch is ready)
[mailer.git] / inc / load_config.php
index bd18a92522f35a511197bfacca9678c9a9f5993f..2a59160ec13213d70ed5e5adc00c9d6d122f8cf8 100644 (file)
@@ -53,7 +53,7 @@ $GLOBALS['config_local_loaded'] = false;
 // Is the local configuration there?
 if ((isIncludeReadable(getConfig('CACHE_PATH') . 'config-local.php')) && (isIncludeReadable('inc/config.php'))) {
        // We are better in installation mode
-       $GLOBALS['mxchange_installing'] = true;
+       $GLOBALS['mailer_installing'] = true;
 
        // Define default main_title here
        setConfigEntry('MAIN_TITLE', 'Your mail-exchange title');