From: Roland Häder Date: Thu, 28 Jul 2011 04:45:33 +0000 (+0000) Subject: ext-sql_patches must be at least 0.8.3 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ffc3392d8c9891afd31055b24dfe8ddb06bae96b;p=mailer.git ext-sql_patches must be at least 0.8.3 --- 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 {