diff options
author | ctrlaltca@gmail.com <> | 2012-02-14 07:58:17 +0000 |
---|---|---|
committer | ctrlaltca@gmail.com <> | 2012-02-14 07:58:17 +0000 |
commit | 978dc9648c959b77365fed2d954e1bab54aa2e32 (patch) | |
tree | 88a70b0fffbd9769623387e05f344222c362bc36 /framework/Web/UI/WebControls/TFlushOutput.php | |
parent | 168307e6e9c6650424597786556f5e5541400df3 (diff) |
applied proposed patch for #389
Diffstat (limited to 'framework/Web/UI/WebControls/TFlushOutput.php')
-rw-r--r-- | framework/Web/UI/WebControls/TFlushOutput.php | 2 |
1 files changed, 1 insertions, 1 deletions
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('<!-- flush -->');
+//$writer->write('<!-- flush -->');
// 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)
|