From eb9a9e11334eb0af743537c002738799329aef2a Mon Sep 17 00:00:00 2001 From: rojaro <> Date: Thu, 28 Apr 2011 10:57:25 +0000 Subject: fixed #233 --- framework/Web/UI/THtmlWriter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Web/UI/THtmlWriter.php b/framework/Web/UI/THtmlWriter.php index a8ac08a0..1a888508 100644 --- a/framework/Web/UI/THtmlWriter.php +++ b/framework/Web/UI/THtmlWriter.php @@ -185,7 +185,7 @@ class THtmlWriter extends TApplicationComponent implements ITextWriter */ public function flush() { - $this->_writer->flush(); + return $this->_writer->flush(); } /** -- cgit v1.2.3