You are here

function og_menu_update_7303 in Organic Groups Menu (OG Menu) 7.3

Clear menu cache to enable admin page changes.

File

./og_menu.install, line 230
Install, update and uninstall functions for the og_menu module.

Code

function og_menu_update_7303(&$sandbox) {
  menu_cache_clear_all();
}