From: Roland Häder Date: Thu, 28 Jul 2011 05:11:26 +0000 (+0000) Subject: Missed this :( X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=eac18a1f0a37a20a551f3e34b7816d7daf13c7df;p=mailer.git Missed this :( --- 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 {