summaryrefslogtreecommitdiff
path: root/includes/bootstrap.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/bootstrap.inc')
-rw-r--r--includes/bootstrap.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index 75972dc1f..7ad4626a3 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -273,6 +273,7 @@ function page_set_cache() {
$data = gzencode($data, FORCE_GZIP);
}
}
+ ob_end_flush();
cache_set($base_url . request_uri(), $data, CACHE_TEMPORARY, drupal_get_headers());
}
}