function og_menu_update_7308 in Organic Groups Menu (OG Menu) 7.3
Clear cache_menu so the renamed menu item will be picked up.
File
- ./
og_menu.install, line 276 - Install, update and uninstall functions for the og_menu module.
Code
function og_menu_update_7308() {
cache_clear_all(NULL, 'cache_menu');
}