diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/bootstrap.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 32721b921..939d26c6a 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -922,6 +922,7 @@ function _drupal_bootstrap($phase) { // Start a page timer: timer_start('page'); + bootstrap_invoke_all('boot'); drupal_page_header(); break; @@ -962,7 +963,6 @@ function _drupal_cache_init($phase) { } elseif (variable_get('cache', CACHE_DISABLED) == CACHE_NORMAL) { require_once './includes/module.inc'; - bootstrap_invoke_all('boot'); drupal_page_cache_header($cache); bootstrap_invoke_all('exit'); exit(); |