You are here

function rules_admin_update_6002 in Rules 6

Update 6002: Rebuild the menu cache and the theme registry.

File

rules_admin/rules_admin.install, line 100
Rules Admin UI - Installation file.

Code

function rules_admin_update_6002() {
  menu_rebuild();
  drupal_rebuild_theme_registry();
  return array();
}