#401494 by andypost. Correctly clear menu cache.

5.x
Neil Drumm 2009-03-22 19:55:22 +00:00
parent f650f52e07
commit ce2f78fa2a
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}