Patch by myself. Clear the cache when a theme's settings are saved.

5.x
Neil Drumm 2006-11-10 09:22:07 +00:00
parent 7ce5c7d7ab
commit ca4004eb9a
1 changed files with 2 additions and 0 deletions

View File

@ -1077,6 +1077,8 @@ function system_theme_settings_submit($form_id, $form_values) {
variable_set($key, $form_values); variable_set($key, $form_values);
drupal_set_message(t('The configuration options have been saved.')); drupal_set_message(t('The configuration options have been saved.'));
} }
cache_clear_all();
} }
/** /**