function fieldable_panels_panes_update_7110 in Fieldable Panels Panes (FPP) 7
Clear the menu cache to pick up the new settings page.
File
- ./
fieldable_panels_panes.install, line 426 - Fieldable Panels Panes install file.
Code
function fieldable_panels_panes_update_7110() {
variable_set('menu_rebuild_needed', TRUE);
}