You are here

function panopoly_magic_update_7102 in Panopoly Magic 7

Clear the Views cache so our new 'Display type override' option appears.

File

./panopoly_magic.install, line 43
Install hooks for Panopoly Magic.

Code

function panopoly_magic_update_7102() {
  views_flush_caches();
}