diff options
author | ctrlaltca@gmail.com <> | 2011-06-20 11:00:50 +0000 |
---|---|---|
committer | ctrlaltca@gmail.com <> | 2011-06-20 11:00:50 +0000 |
commit | 6dca6e1b868f5456f3151c002113705405099530 (patch) | |
tree | b6bcf9bc23fa11bf20a4e30751108b1f6fd75efe /framework/Web/UI/WebControls | |
parent | 656c339879a071f2f875831281ed833b876e4361 (diff) |
fixed 3 obvious bugs
Diffstat (limited to 'framework/Web/UI/WebControls')
-rw-r--r-- | framework/Web/UI/WebControls/TWebControl.php | 3 |
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); |