From 6f6db7429616ec5ec968f1151ec2ebf8ddc1bddd Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 27 Apr 2010 12:59:16 +0000 Subject: - 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. --- modules/system/system.admin.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/system/system.admin.inc') 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'); -- cgit v1.2.3