diff options
Diffstat (limited to 'modules/system/system.module')
-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(); } /** |