You are here

function og_menu_update_6201 in Organic Groups Menu (OG Menu) 6.2

Clear menu cache to ensure changes in hook_menu().

File

./og_menu.install, line 53

Code

function og_menu_update_6201() {

  // No need to clear menu cache her, because all caches will be cleared anyway
  // while finishing update process in update_finished().
}