- Menu wasn't being wiped after enabling/disabling themes

4.7.x
Steven Wittens 2005-11-29 02:52:20 +00:00
parent 15b5004590
commit 670e835772
2 changed files with 2 additions and 0 deletions

View File

@ -840,6 +840,7 @@ function system_themes_execute($form_id, $values) {
variable_del('theme_default');
}
menu_rebuild();
drupal_set_message(t('The configuration options have been saved.'));
drupal_goto('admin/themes');
}

View File

@ -840,6 +840,7 @@ function system_themes_execute($form_id, $values) {
variable_del('theme_default');
}
menu_rebuild();
drupal_set_message(t('The configuration options have been saved.'));
drupal_goto('admin/themes');
}