Missed this :(
[mailer.git] / 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 {