[minor] $template->footer() no longer flushes output buffers, due to headers being sent prematurely
--- 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()