From 6dca6e1b868f5456f3151c002113705405099530 Mon Sep 17 00:00:00 2001 From: "ctrlaltca@gmail.com" <> Date: Mon, 20 Jun 2011 11:00:50 +0000 Subject: fixed 3 obvious bugs --- framework/Web/UI/WebControls/TWebControl.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'framework/Web/UI') 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); -- cgit v1.2.3