From 98235359be5c6af7d27d458368f514c1a324e91d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 26 Aug 2011 10:15:10 +0100 Subject: - Patch #1259096 by Akaoni: cache Bin cache_path() is never cleaned up. --- includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/common.inc b/includes/common.inc index c3179fc7d..2f877ac2d 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -7137,7 +7137,7 @@ function drupal_flush_all_caches() { // Don't clear cache_form - in-progress form submissions may break. // Ordered so clearing the page cache will always be the last action. - $core = array('cache', 'cache_filter', 'cache_bootstrap', 'cache_page'); + $core = array('cache', 'cache_path', 'cache_filter', 'cache_bootstrap', 'cache_page'); $cache_tables = array_merge(module_invoke_all('flush_caches'), $core); foreach ($cache_tables as $table) { cache_clear_all('*', $table, TRUE); -- cgit v1.2.3