From f15bcf39bcf131930ad8b2998cebe2822b0d2e56 Mon Sep 17 00:00:00 2001 From: quix0r Date: Thu, 28 Jul 2011 04:45:33 +0000 Subject: [PATCH] ext-sql_patches must be at least 0.8.3 --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index de74187c5a..ce9671da93 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 (isDisplayHomeInIndexEnabled()) { +if ((isExtensionInstalledAndNewer('sql_patches', '0.8.3') && (isDisplayHomeInIndexEnabled())) { // Include module doIncludeModule(); } else { -- 2.39.5