diff options
author | ctrlaltca@gmail.com <> | 2011-11-28 10:08:01 +0000 |
---|---|---|
committer | ctrlaltca@gmail.com <> | 2011-11-28 10:08:01 +0000 |
commit | a8dd11ab39ac1256311fc93660091b527132b467 (patch) | |
tree | a3cf68c4204642877a53bc7c7f135d8d1e3c5eef | |
parent | 5b1e3ad62185b81f49f631eff009fa8580bcf943 (diff) |
committed proposed adjustement from #235
-rw-r--r-- | framework/Web/UI/TClientScriptManager.php | 1 |
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(); |