From ffc3392d8c9891afd31055b24dfe8ddb06bae96b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= 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.2