diff options
| -rw-r--r-- | app/Controller/PageController.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/app/Controller/PageController.php b/app/Controller/PageController.php index a188cc2771..079b9501f3 100644 --- a/app/Controller/PageController.php +++ b/app/Controller/PageController.php @@ -184,15 +184,7 @@ class PageController extends BaseController { echo Theme::theme()->bodyHeader(); // We've displayed the header - display the footer automatically register_shutdown_function(array($this, 'pageFooter'), $this->popup); - - } - - // Flush the output, so the browser can render the header and load javascript - // while we are preparing data for the page - if (ini_get('output_buffering')) { - ob_flush(); } - flush(); return $this; } |
