function menu_minipanels_update_6105 in Menu Minipanels 6
Clear the theme cache so that the updated theme registry changes will take effect.
File
- ./
menu_minipanels.install, line 189 - Installation and update scripts for Menu_MiniPanels.
Code
function menu_minipanels_update_6105() {
cache_clear_all('theme_registry', 'cache', TRUE);
return array();
}