]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/cache_functions.php
Huge patchset (I don't recall all details):
[mailer.git] / inc / libs / cache_functions.php
index 03bc6437436eb10a2e9190a470f8b0d5f97b6f11..3c678a2d5ff99253897c3b245109346258112183 100644 (file)
@@ -74,7 +74,7 @@ function FILTER_CACHE_DESTROY_ALL () {
        if (!isCacheInstanceValid()) return false;
 
        // Remove cache files
-       foreach (array('admin','admin_acls','config','extension','modules','refdepths','refsystem','themes','revision','filter','imprint') as $cache) {
+       foreach (array('admin','admin_acls','config','extension','modules','refdepths','refsystem','themes','filter','imprint') as $cache) {
                /* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, sprintf("Trying to remove cache %s.", $cache));
                if ($GLOBALS['cache_instance']->loadCacheFile($cache)) $GLOBALS['cache_instance']->removeCacheFile();
        } // END - foreach