From f6b166ff23faa3ab8a2f643394842710dbecfd3d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 26 Feb 2010 18:31:29 +0000 Subject: - Patch #620298 by David_Rothstein: schema not available in hook_install(). --- modules/system/system.module | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index 18ada5af7..f598fc590 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -2226,6 +2226,8 @@ function _system_update_bootstrap_status() { $query->condition('name', $bootstrap_modules, 'NOT IN'); } $query->execute(); + // Reset the cached list of bootstrap modules. + system_list_reset(); } /** -- cgit v1.2.3