summaryrefslogtreecommitdiff
path: root/framework/Web/UI/WebControls/TCheckBox.php
diff options
context:
space:
mode:
authorxue <>2005-12-10 02:55:42 +0000
committerxue <>2005-12-10 02:55:42 +0000
commita7659660330dd097e66e012f3325bd9d5e9db56a (patch)
tree40d4b4bdcc52eedb48756f3f97228582900198b4 /framework/Web/UI/WebControls/TCheckBox.php
parent1f1f96b7e143973e7da69fc01ebd6721f62e291c (diff)
Diffstat (limited to 'framework/Web/UI/WebControls/TCheckBox.php')
-rw-r--r--framework/Web/UI/WebControls/TCheckBox.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/WebControls/TCheckBox.php b/framework/Web/UI/WebControls/TCheckBox.php
index c5bd88d7..caaafa78 100644
--- a/framework/Web/UI/WebControls/TCheckBox.php
+++ b/framework/Web/UI/WebControls/TCheckBox.php
@@ -115,7 +115,7 @@ class TCheckBox extends TWebControl implements IPostBackDataHandler, IValidatabl
{
parent::onPreRender($param);
if($this->getEnabled(true))
- $this->getPage()->registerRequiresPostBack($this);
+ $this->getPage()->registerRequiresPostData($this);
}
/**