You are here

function panopoly_core_update_7108 in Panopoly Core 7

Update all Panelizer displays to point non-reusable FPPs to the vid instead of the fpid.

File

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

Code

function panopoly_core_update_7108(&$sandbox) {
  if (function_exists('fieldable_panels_panes_update_7112')) {
    return fieldable_panels_panes_update_7112($sandbox);
  }
}