summaryrefslogtreecommitdiff
path: root/framework/Web/UI/WebControls
diff options
context:
space:
mode:
authorctrlaltca@gmail.com <>2011-06-20 11:00:50 +0000
committerctrlaltca@gmail.com <>2011-06-20 11:00:50 +0000
commit6dca6e1b868f5456f3151c002113705405099530 (patch)
treeb6bcf9bc23fa11bf20a4e30751108b1f6fd75efe /framework/Web/UI/WebControls
parent656c339879a071f2f875831281ed833b876e4361 (diff)
fixed 3 obvious bugs
Diffstat (limited to 'framework/Web/UI/WebControls')
-rw-r--r--framework/Web/UI/WebControls/TWebControl.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/framework/Web/UI/WebControls/TWebControl.php b/framework/Web/UI/WebControls/TWebControl.php
index f8950ac3..9534f46c 100644
--- a/framework/Web/UI/WebControls/TWebControl.php
+++ b/framework/Web/UI/WebControls/TWebControl.php
@@ -451,9 +451,6 @@ class TWebControl extends TControl implements IStyleable
*/
public function render($writer)
{
- if($this->getIsRenderBlocked())
- return;
-
$this->renderBeginTag($writer);
$this->renderContents($writer);
$this->renderEndTag($writer);