]> git.mxchange.org Git - mailer.git/blobdiff - inc/loader/load_cache-filter.php
Huge patchset (I don't recall all details):
[mailer.git] / inc / loader / load_cache-filter.php
index 94cc66124b73d4b226efc488dc30dacc5dff24b3..47f903ff78bad0e6b951a735fdbfca8a124d243c 100644 (file)
@@ -48,6 +48,9 @@ if (isInstallationPhase()) return;
 if (($GLOBALS['cache_instance']->loadCacheFile('filter')) && ($GLOBALS['cache_instance']->extensionVersionMatches('sql_patches'))) {
        // Load filter from cache
        $GLOBALS['cache_array']['filter'] = $GLOBALS['cache_instance']->getArrayFromCache();
+
+       // Prepare the array here
+       prepareFilterArray();
 } elseif ((getOutputMode() != 1) && (isExtensionInstalled('sql_patches'))) {
        // Create cache file here
        $GLOBALS['cache_instance']->init();