]> git.mxchange.org Git - mailer.git/commitdiff
This else block caused an abort in index.php on installation phase
authorRoland Häder <roland@mxchange.org>
Tue, 27 Nov 2012 21:31:42 +0000 (21:31 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 27 Nov 2012 21:31:42 +0000 (21:31 +0000)
inc/load_config.php

index 2d15e8e2d673d9fd2d1ae3bd6750067a577dcaba..483a4d270b76a17ef49f250a65ee75345d710fd1 100644 (file)
@@ -79,9 +79,6 @@ if ((isIncludeReadable(getCachePath() . 'config-local.php')) && (isIncludeReadab
 
        // Set output mode here
        setConfigEntry('OUTPUT_MODE', 'render');
 
        // Set output mode here
        setConfigEntry('OUTPUT_MODE', 'render');
-} else {
-       // This should not happen
-       reportBug(__FILE__, __LINE__, 'Was not able to load/detect configuration file and/or installation phase!');
 }
 
 // Check if the user setups his database login stuff...
 }
 
 // Check if the user setups his database login stuff...