From eac18a1f0a37a20a551f3e34b7816d7daf13c7df Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 28 Jul 2011 05:11:26 +0000 Subject: [PATCH] Missed this :( --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index ce9671da93..c1bbb1b5f4 100644 --- a/index.php +++ b/index.php @@ -56,7 +56,7 @@ $GLOBALS['output_mode'] = '0'; require('inc/config-global.php'); // Shall we display 'home' in index.php? -if ((isExtensionInstalledAndNewer('sql_patches', '0.8.3') && (isDisplayHomeInIndexEnabled())) { +if ((isExtensionInstalledAndNewer('sql_patches', '0.8.3')) && (isDisplayHomeInIndexEnabled())) { // Include module doIncludeModule(); } else { -- 2.30.2