X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fload_config.php;h=f17c928bbe6a3f0300a6767ea35ca22edd39d784;hb=8deeddb48c055d0c2483509b7cd6a95ed6d3a87a;hp=b6fe037af48c0b17fbec4c1a6df679e952888a52;hpb=5a8c537bc2633402ca515964c9a3a2674f37edc2;p=mailer.git diff --git a/inc/load_config.php b/inc/load_config.php index b6fe037af4..f17c928bbe 100644 --- a/inc/load_config.php +++ b/inc/load_config.php @@ -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('{--LANG_WARNING--}:'); if (isInstalled()) {