You are here

function panopoly_core_update_7110 in Panopoly Core 7

Update all Panelizer displays to point non-reusable FPPs to the vuuid instead of the uuid.

File

./panopoly_core.install, line 280
An installation file for Panopoly Core

Code

function panopoly_core_update_7110(&$sandbox) {
  if (function_exists('fieldable_panels_panes_update_7115')) {
    return fieldable_panels_panes_update_7115($sandbox);
  }
}