From: Roland Häder Date: Wed, 7 Oct 2009 23:25:55 +0000 (+0000) Subject: Fix for possible non-working cache update X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=8d640e7d58f17639919d054a3668463a235f2ba9;hp=9a0bf5916f744dffd4123f7b629e3de7dbb4c33b Fix for possible non-working cache update --- diff --git a/inc/loader/load_cache-filter.php b/inc/loader/load_cache-filter.php index de3c9322a5..25b9083fdb 100644 --- a/inc/loader/load_cache-filter.php +++ b/inc/loader/load_cache-filter.php @@ -43,7 +43,7 @@ if (!defined('__SECURITY')) { } // Skip this cache if we count usage -if (getConfig('update_filter_usage') == 'Y') return; +if ((getConfig('update_filter_usage') == 'Y') || (EXT_VERSION_IS_OLDER('cache', '0.2.3'))) return; // Next cached table is the filteruration (filter)... if (($GLOBALS['cache_instance']->loadCacheFile('filter', true)) && ($GLOBALS['cache_instance']->extensionVersionMatches('sql_patches'))) {