- Patch #45854 by Jaza: fixed problem with menu_rebuild().

4.7.x
Dries Buytaert 2006-01-23 07:27:18 +00:00
parent 87da28f8d4
commit ca9f0fab45
1 changed files with 3 additions and 0 deletions

View File

@ -218,6 +218,9 @@ function menu_get_menu() {
// Make sure items that cannot be cached are added.
_menu_append_contextual_items();
// Reset the cached $menu in menu_get_item().
menu_get_item(NULL, NULL, TRUE);
}
return $_menu;