You are here

function panopoly_widgets_update_7014 in Panopoly Widgets 7

Rebuild theme registry so that spotlight theme functions are available.

File

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

Code

function panopoly_widgets_update_7014() {
  drupal_theme_rebuild();
}