]> git.mxchange.org Git - mailer.git/commitdiff
Missed this :(
authorRoland Häder <roland@mxchange.org>
Thu, 28 Jul 2011 05:11:26 +0000 (05:11 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 28 Jul 2011 05:11:26 +0000 (05:11 +0000)
index.php

index ce9671da93c10612b8a3ff1fbed8363007f1d640..c1bbb1b5f43a525a171a8d9d72358ed5dbe931dd 100644 (file)
--- 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 {