[minor] $template->footer() no longer flushes output buffers, due to headers being sent prematurely
authorDan
Sat, 08 Nov 2008 22:34:27 -0500
changeset 723 78d391d37700
parent 722 4ea698929756
child 724 af6a618e5c94
[minor] $template->footer() no longer flushes output buffers, due to headers being sent prematurely
includes/template.php
--- a/includes/template.php	Sat Nov 08 22:33:51 2008 -0500
+++ b/includes/template.php	Sat Nov 08 22:34:27 2008 -0500
@@ -1308,7 +1308,6 @@
   function footer($simple = false)
   {
     echo $this->getFooter($simple);
-    ob_end_flush();
   }
   
   function getHeader()