You are here

function weight_site_information_form_submit in Weight 7.2

Clear the cache after submitting the site information form.

1 string reference to 'weight_site_information_form_submit'
weight_form_system_site_information_settings_alter in ./weight.module
Implements hook_form_FORM_ID_alter().

File

./weight.module, line 146

Code

function weight_site_information_form_submit($form, &$form_state) {
  cache_clear_all();
}