diff options
-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(); |