Index: bootstrap.inc =================================================================== RCS file: /cvs/drupal/drupal/includes/bootstrap.inc,v retrieving revision 1.147 diff -u -p -r1.147 bootstrap.inc --- bootstrap.inc 29 Jan 2007 19:25:19 -0000 1.147 +++ bootstrap.inc 12 Feb 2007 19:50:54 -0000 @@ -438,7 +438,7 @@ function page_get_cache() { * The name of the bootstrap hook we wish to invoke. */ function bootstrap_invoke_all($hook) { - foreach (module_list(TRUE, TRUE) as $module) { + foreach (module_list(FALSE, TRUE) as $module) { drupal_load('module', $module); module_invoke($module, $hook); }