You are here

function panopoly_widgets_update_7014 in Panopoly 7

Rebuild theme registry so that spotlight theme functions are available.

File

modules/panopoly/panopoly_widgets/panopoly_widgets.install, line 357
An installation file for Panopoly Widgets

Code

function panopoly_widgets_update_7014() {
  drupal_theme_rebuild();
}