diff --git a/modules/system/system.install b/modules/system/system.install
index 662c0de580c442cac37811ee841a87985aa2a6d8..9495dfff7cc7b0e5d5bf12a60e1bc7d0dd71eac6 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;
 }