From a8dd11ab39ac1256311fc93660091b527132b467 Mon Sep 17 00:00:00 2001 From: "ctrlaltca@gmail.com" <> Date: Mon, 28 Nov 2011 10:08:01 +0000 Subject: committed proposed adjustement from #235 --- framework/Web/UI/TClientScriptManager.php | 1 - 1 file changed, 1 deletion(-) (limited to 'framework/Web') diff --git a/framework/Web/UI/TClientScriptManager.php b/framework/Web/UI/TClientScriptManager.php index 5ab0c428..91537c45 100644 --- a/framework/Web/UI/TClientScriptManager.php +++ b/framework/Web/UI/TClientScriptManager.php @@ -535,7 +535,6 @@ class TClientScriptManager extends TApplicationComponent */ public function registerHiddenField($name,$value) { - $this->checkIfNotInRender(); $this->_hiddenFields[$name]=$value; $params=func_get_args(); -- cgit v1.2.3