You are here

function fieldable_panels_panes_update_7104 in Fieldable Panels Panes (FPP) 7

Update menu paths.

File

./fieldable_panels_panes.install, line 287
Fieldable Panels Panes install file.

Code

function fieldable_panels_panes_update_7104(&$sandbox) {

  // We don't have to flush caches manually since the update process will flush
  // all caches anyway.
  return t('Menu cache has been flushed.');
}