diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-06-01 09:37:16 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-06-01 09:37:16 +0000 |
commit | 02b9c0e0cd7f423dc3ca9654780c31ea942e9323 (patch) | |
tree | b12e6b01fa74ebc12b3a0fd74af5c08eea9cb697 /modules/system | |
parent | 7f8b191781017f2212ca547b8d0e1fac7990e9a4 (diff) | |
download | brdo-02b9c0e0cd7f423dc3ca9654780c31ea942e9323.tar.gz brdo-02b9c0e0cd7f423dc3ca9654780c31ea942e9323.tar.bz2 |
- Patch #148167 by bjaspan: clear schema cache when modules are enabled/disabled.
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.module | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index ea2142dfc..de953d104 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -1740,6 +1740,7 @@ function system_modules_submit($form, &$form_state, $form_values) { drupal_rebuild_theme_registry(); node_types_rebuild(); menu_rebuild(); + cache_clear_all('schema', 'cache'); drupal_set_message(t('The configuration options have been saved.')); } |