]> git.mxchange.org Git - mailer.git/blobdiff - inc/load_config.php
Fix of display-bug in member's overview of points (what=points) and extra call-back...
[mailer.git] / inc / load_config.php
index b6fe037af48c0b17fbec4c1a6df679e952888a52..f17c928bbe6a3f0300a6767ea35ca22edd39d784 100644 (file)
@@ -83,7 +83,7 @@ if ((isIncludeReadable(getConfig('CACHE_PATH') . 'config-local.php')) && (isIncl
 }
 
 // Check if the user setups his MySQL stuff...
-if ((empty($GLOBALS['mysql']['login'])) && (!isInstalling()) && (!isInstallationPhase()) && (!isGetRequestElementSet('installing')) && (isInstalled())) {
+if ((empty($GLOBALS['mysql']['login'])) && (!isInstalling()) && (!isInstallationPhase()) && (!isGetRequestParameterSet('installing')) && (isInstalled())) {
        // No login entered and outside installation mode
        outputHtml('<strong>{--LANG_WARNING--}:</strong>');
        if (isInstalled()) {