]> git.mxchange.org Git - mailer.git/blobdiff - inc/filter/cache_filter.php
Checked also for ext-cache, purged 'payments' cache file in FILTER_CACHE_DESTROY_ALL()
[mailer.git] / inc / filter / cache_filter.php
index ec02333dfb0abeb63024bab156179b4e0ae618a0..4ec2318e2ecee51e9fa18d2589bc9933d2c2e757 100644 (file)
@@ -89,7 +89,7 @@ function FILTER_CACHE_DESTROY_ALL ($filterData) {
        } // END - if
 
        // Remove cache files
-       foreach (array('admin', 'admin_acls', 'config', 'extension', 'earning', 'filter', 'imprint', 'modules', 'points_data', 'refdepths', 'refsystem', 'themes') as $cache) {
+       foreach (array('admin', 'admin_acls', 'config', 'extension', 'earning', 'filter', 'imprint', 'modules', 'payments', 'points_data', 'refdepths', 'refsystem', 'themes') as $cache) {
                // Is the cache file readable?
                // @TODO This should be rewritten not to load the cache file for just checking if it is there for save removal.
                if ($GLOBALS['cache_instance']->loadCacheFile($cache)) {