summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-08-03 02:06:42 +0000
committerDries Buytaert <dries@buytaert.net>2010-08-03 02:06:42 +0000
commit79caf33568632d75a9cdb73b143b356df15f7af5 (patch)
tree2f925b34980ea4f945d6b3d030c5cbee5dbb7e81 /modules
parentf4f93b2782d05cc49223c057e002758e47d044a7 (diff)
downloadbrdo-79caf33568632d75a9cdb73b143b356df15f7af5.tar.gz
brdo-79caf33568632d75a9cdb73b143b356df15f7af5.tar.bz2
- Patch #871988 by sun: avoid rebuilds in system_settings_form_submit().
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.module3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index 45144a245..44377e838 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -2621,9 +2621,6 @@ function system_settings_form_submit($form, &$form_state) {
}
drupal_set_message(t('The configuration options have been saved.'));
-
- cache_clear_all();
- drupal_theme_rebuild();
}
/**