]> git.mxchange.org Git - mailer.git/blobdiff - inc/loader/load-filter.php
More fixes for new installer and script in general :(
[mailer.git] / inc / loader / load-filter.php
index b10cb34ab1edae078119e8277e424452803fe059..7789ef963b1c167b1b86850a26de825a062476e6 100644 (file)
@@ -50,7 +50,7 @@ if (($GLOBALS['cache_instance']->loadCacheFile('filter')) && ($GLOBALS['cache_in
 
        // Prepare the array here
        prepareFilterArray();
-} elseif ((isHtmlOutputMode()) && (isExtensionInstalled('sql_patches'))) {
+} elseif (((isHtmlOutputMode()) || (isRawOutputMode())) && (isExtensionInstalledAndNewer('sql_patches', '0.5.9'))) {
        // Create cache file here
        $GLOBALS['cache_instance']->init();