From e49c041711e84fe5d57ab1120bda59eea6ab4773 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 27 Nov 2012 21:31:42 +0000 Subject: [PATCH] This else block caused an abort in index.php on installation phase --- inc/load_config.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/inc/load_config.php b/inc/load_config.php index 2d15e8e2d6..483a4d270b 100644 --- a/inc/load_config.php +++ b/inc/load_config.php @@ -79,9 +79,6 @@ if ((isIncludeReadable(getCachePath() . 'config-local.php')) && (isIncludeReadab // 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... -- 2.39.2