summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-11-24 16:47:44 +0000
committerDries Buytaert <dries@buytaert.net>2010-11-24 16:47:44 +0000
commitc76655c98bc19acd2a7a023d23bb23564f5fa777 (patch)
treededcdad2130dfd410363ec1b00023ec69ac53762 /includes
parentb7459d8eb3def52ecdd35c65a55fac7e999f6cde (diff)
downloadbrdo-c76655c98bc19acd2a7a023d23bb23564f5fa777.tar.gz
brdo-c76655c98bc19acd2a7a023d23bb23564f5fa777.tar.bz2
- Patch #794936 by c960657, amateescu: system_rebuild_module_data() called twice on admin/build/modules.
Diffstat (limited to 'includes')
-rw-r--r--includes/module.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/module.inc b/includes/module.inc
index a65a4326b..a97df7146 100644
--- a/includes/module.inc
+++ b/includes/module.inc
@@ -193,6 +193,7 @@ function system_list($type) {
*/
function system_list_reset() {
drupal_static_reset('system_list');
+ drupal_static_reset('system_rebuild_module_data');
drupal_static_reset('list_themes');
cache_clear_all('bootstrap_modules', 'cache_bootstrap');
cache_clear_all('system_list', 'cache_bootstrap');