Index: branches/unlabeled/unlabeled-1.155.2/core/kernel/application.php =================================================================== diff -u -N -r5629 -r5631 --- branches/unlabeled/unlabeled-1.155.2/core/kernel/application.php (.../application.php) (revision 5629) +++ branches/unlabeled/unlabeled-1.155.2/core/kernel/application.php (.../application.php) (revision 5631) @@ -1388,6 +1388,9 @@ } } + $buffer_content = ob_get_clean(); + echo $this->UseOutputCompression() ? gzencode($buffer_content) : $buffer_content; + $session =& $this->recallObject('Session'); $session->SaveData(); $this->SaveBlocksCache();