function og_menu_update_7304 in Organic Groups Menu (OG Menu) 7.3
Clear menu cache to ensure changes in hook_menu().
File
- ./
og_menu.install, line 237 - Install, update and uninstall functions for the og_menu module.
Code
function og_menu_update_7304(&$sandbox) {
// No need to clear menu cache her, because all caches will be cleared anyway
// while finishing update process in update_finished().
}