You are here

function panelizer_update_7117 in Panelizer 7.3

Clear the menu cache to pull in the new menu paths.

File

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

Code

function panelizer_update_7117() {
  variable_set('menu_rebuild_needed', TRUE);
  drupal_set_message(t('Note: the main Panelizer configuration page has moved to the "Structure" menu instead of the "Config" menu.'));
}