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. --- modules/system/system.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system') diff --git a/modules/system/system.module b/modules/system/system.module index 4136ecd57..922035df3 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -3004,7 +3004,7 @@ function system_cron() { } } - $core = array('cache', 'cache_filter', 'cache_page', 'cache_form', 'cache_menu'); + $core = array('cache', 'cache_path', 'cache_filter', 'cache_page', 'cache_form', 'cache_menu'); $cache_tables = array_merge(module_invoke_all('flush_caches'), $core); foreach ($cache_tables as $table) { cache_clear_all(NULL, $table); -- cgit v1.2.3