diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/module.inc | 1 |
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'); |