You are here

function panelizer_update_7118 in Panelizer 7.3

Reload the menus to fix the 'content' default local tasks.

File

./panelizer.install, line 905
Install, update and uninstall functions for the panelizer module.

Code

function panelizer_update_7118() {
  variable_set('menu_rebuild_needed', TRUE);
}