diff options
-rw-r--r-- | includes/module.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/module.inc b/includes/module.inc index 4213469ff..0de05ae49 100644 --- a/includes/module.inc +++ b/includes/module.inc @@ -221,6 +221,8 @@ function module_enable($module_list, $disable_modules_installed_hook = FALSE) { module_implements('', FALSE, TRUE); // Force to regenerate the stored list of hook implementations. registry_rebuild(); + // Refresh the schema to include the new enabled module. + drupal_get_schema(NULL, TRUE); // If any modules were newly installed, execute the hook for them. if (!$disable_modules_installed_hook && !empty($modules_installed)) { |