From 978dc9648c959b77365fed2d954e1bab54aa2e32 Mon Sep 17 00:00:00 2001 From: "ctrlaltca@gmail.com" <> Date: Tue, 14 Feb 2012 07:58:17 +0000 Subject: applied proposed patch for #389 --- framework/Web/UI/WebControls/TFlushOutput.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/Web/UI/WebControls/TFlushOutput.php') diff --git a/framework/Web/UI/WebControls/TFlushOutput.php b/framework/Web/UI/WebControls/TFlushOutput.php index ab79fe0b..cc55646d 100644 --- a/framework/Web/UI/WebControls/TFlushOutput.php +++ b/framework/Web/UI/WebControls/TFlushOutput.php @@ -72,7 +72,7 @@ class TFlushOutput extends TControl */ public function render($writer) { -$writer->write(''); +//$writer->write(''); // ajax responses can't be parsed by the client side before loaded and returned completely, // so don't bother with flushing output somewhere mid-page if refreshing in a callback if (!$this->Page->IsCallback) -- cgit v1.2.3