diff options
Diffstat (limited to 'includes/bootstrap.inc')
-rw-r--r-- | includes/bootstrap.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index f3f30bfc9..2f57a9294 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -402,11 +402,10 @@ function drupal_page_header() { if (variable_get('dev_timer', 0)) { timer_start(); } - bootstrap_invoke_all('init'); if (variable_get('cache', 0)) { if ($cache = page_get_cache()) { - + bootstrap_invoke_all('init'); // Set default values: $date = gmdate('D, d M Y H:i:s', $cache->created) .' GMT'; $etag = '"'. md5($date) .'"'; |