Index: includes/bootstrap.inc =================================================================== RCS file: /cvs/drupal/drupal/includes/bootstrap.inc,v retrieving revision 1.206.2.1 diff -u -p -r1.206.2.1 bootstrap.inc --- includes/bootstrap.inc 11 Feb 2008 13:11:14 -0000 1.206.2.1 +++ includes/bootstrap.inc 11 Feb 2008 14:28:38 -0000 @@ -508,7 +508,7 @@ function page_get_cache($status_only = F if (!$user->uid && $_SERVER['REQUEST_METHOD'] == 'GET' && count(drupal_set_message()) == 0) { $cache = cache_get($base_root . request_uri(), 'cache_page'); - if (empty($cache)) { + if (!$status && empty($cache)) { ob_start(); $status = TRUE; }