You are here

function panelizer_update_7114 in Panelizer 7.3

Clear the menu cache to fix the display actions page arguments.

File

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

Code

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