Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
8b66fe6a
Commit
8b66fe6a
authored
May 13, 2012
by
Crell
Browse files
Restore output buffering of the page to support the legacy page cache system.
parent
0993e73b
Changes
1
Show whitespace changes
Inline
Side-by-side
core/includes/bootstrap.inc
View file @
8b66fe6a
...
...
@@ -2326,6 +2326,10 @@ function _drupal_bootstrap_variables() {
*/
function
_drupal_bootstrap_page_header
()
{
bootstrap_invoke_all
(
'boot'
);
if
(
!
drupal_is_cli
())
{
ob_start
();
}
}
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment