summaryrefslogtreecommitdiff
path: root/modules/system/system.admin.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-04-27 12:59:16 +0000
committerDries Buytaert <dries@buytaert.net>2010-04-27 12:59:16 +0000
commit6f6db7429616ec5ec968f1151ec2ebf8ddc1bddd (patch)
treef8695ea93beb8061bcbb50a875fa15dde4ed81da /modules/system/system.admin.inc
parent070400577d38da5347f3298939f95f9c039d97c9 (diff)
downloadbrdo-6f6db7429616ec5ec968f1151ec2ebf8ddc1bddd.tar.gz
brdo-6f6db7429616ec5ec968f1151ec2ebf8ddc1bddd.tar.bz2
- Patch #683988 by catch, dww, aspilicious: failure to clear the system_list() entry from {cache_bootstrap()} results in bogus results when you upgrade a module.
Diffstat (limited to 'modules/system/system.admin.inc')
-rw-r--r--modules/system/system.admin.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc
index 277fc3d70..cba2e3a34 100644
--- a/modules/system/system.admin.inc
+++ b/modules/system/system.admin.inc
@@ -1240,7 +1240,6 @@ function system_modules_submit($form, &$form_state) {
registry_rebuild();
system_rebuild_theme_data();
drupal_theme_rebuild();
- cache_clear_all('system_list', 'cache_bootstrap');
node_types_rebuild();
menu_rebuild();
cache_clear_all('schema', 'cache');