function bean_update_7011 in Bean (for Drupal 7) 7
Clear the menu cache so that the new path for assigning the active revision will be picked up.
File
- ./
bean.install, line 456 - Bean installation routines
Code
function bean_update_7011() {
menu_cache_clear_all();
menu_rebuild();
}