From e4f6febcfb6f1a299bf377befeebe2170ca95310 Mon Sep 17 00:00:00 2001 From: xue <> Date: Wed, 7 Dec 2005 22:54:44 +0000 Subject: --- framework/Web/UI/WebControls/TCheckBox.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/Web/UI/WebControls') diff --git a/framework/Web/UI/WebControls/TCheckBox.php b/framework/Web/UI/WebControls/TCheckBox.php index 6b3a2ae4..c5bd88d7 100644 --- a/framework/Web/UI/WebControls/TCheckBox.php +++ b/framework/Web/UI/WebControls/TCheckBox.php @@ -90,7 +90,7 @@ class TCheckBox extends TWebControl implements IPostBackDataHandler, IValidatabl if($this->getCausesValidation()) $page->validate($this->getValidationGroup()); } - $this->onCheckedChanged(new TEventParameter); + $this->onCheckedChanged(null); } /** -- cgit v1.2.3