diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-06-15 16:19:28 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-06-15 16:19:28 +0000 |
commit | a3b28597bbae14920b7eef9090279e9cf20a040e (patch) | |
tree | c8cf9ac319730d0c34547a9bf5bb5ae5854826cc /modules/system | |
parent | 5f5c024b6d4730f1b052de2714a02839c251bd1a (diff) | |
download | brdo-a3b28597bbae14920b7eef9090279e9cf20a040e.tar.gz brdo-a3b28597bbae14920b7eef9090279e9cf20a040e.tar.bz2 |
- Patch #235673 by carlos8f, yched, swentel, redndahead, Damien Tournoud, pwolanin, dww: changes to block caching mode not caught.
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.module | 2 |
1 files changed, 2 insertions, 0 deletions
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(); } /** |