From ce2f78fa2acf1974ed0bede5cb1034e1c451223d Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Sun, 22 Mar 2009 19:55:22 +0000 Subject: [PATCH] #401494 by andypost. Correctly clear menu cache. --- modules/system/system.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/system.install b/modules/system/system.install index 662c0de580c4..9495dfff7cc7 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -1257,7 +1257,7 @@ function system_update_113() { } // Flush the menu cache: - cache_clear_all('menu:', TRUE); + cache_clear_all('*', 'cache_menu', TRUE); return $ret; }