summaryrefslogtreecommitdiff
path: root/framework/Web/UI/TClientScriptManager.php
diff options
context:
space:
mode:
authorctrlaltca@gmail.com <>2011-11-28 10:08:01 +0000
committerctrlaltca@gmail.com <>2011-11-28 10:08:01 +0000
commita8dd11ab39ac1256311fc93660091b527132b467 (patch)
treea3cf68c4204642877a53bc7c7f135d8d1e3c5eef /framework/Web/UI/TClientScriptManager.php
parent5b1e3ad62185b81f49f631eff009fa8580bcf943 (diff)
committed proposed adjustement from #235
Diffstat (limited to 'framework/Web/UI/TClientScriptManager.php')
-rw-r--r--framework/Web/UI/TClientScriptManager.php1
1 files changed, 0 insertions, 1 deletions
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();