Skip to content
Snippets Groups Projects
Commit ca4004eb authored by Neil Drumm's avatar Neil Drumm :wave:
Browse files

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

parent 7ce5c7d7
No related branches found
No related tags found
No related merge requests found
......@@ -1077,6 +1077,8 @@ function system_theme_settings_submit($form_id, $form_values) {
variable_set($key, $form_values);
drupal_set_message(t('The configuration options have been saved.'));
}
cache_clear_all();
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment