From a3b28597bbae14920b7eef9090279e9cf20a040e Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 15 Jun 2010 16:19:28 +0000 Subject: - Patch #235673 by carlos8f, yched, swentel, redndahead, Damien Tournoud, pwolanin, dww: changes to block caching mode not caught. --- modules/system/system.module | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index e18820127..71d15a770 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -2850,6 +2850,8 @@ function system_cron() { function system_flush_caches() { // Rebuild list of date formats. system_date_formats_rebuild(); + // Reset the menu static caches. + menu_reset_static_cache(); } /** -- cgit v1.2.3