- Menu wasn't being wiped after enabling/disabling themes
parent
15b5004590
commit
670e835772
|
@ -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');
|
||||
}
|
||||
|
|
|
@ -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');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue