function og_menu_update_7307 in Organic Groups Menu (OG Menu) 7.3
Clear the menu cache so the renamed items will be picked up.
File
- ./
og_menu.install, line 269 - Install, update and uninstall functions for the og_menu module.
Code
function og_menu_update_7307() {
variable_set('menu_rebuild_needed', TRUE);
}