You are here

function slick_views_update_7300 in Slick Views 7.3

Rebuild the theme and registry to migrate from Slick 2.x to 3.x.

Tasks:<br>

File

./slick_views.install, line 16
Installation actions for Slick Views.

Code

function slick_views_update_7300() {

  // Prevents potential blocking updates due to file removals.
  // Rebuild theme registry.
  drupal_theme_rebuild();

  // Rebuild Slick Views class registry.
  registry_rebuild();
}