diff options
author | xue <> | 2005-12-07 22:54:44 +0000 |
---|---|---|
committer | xue <> | 2005-12-07 22:54:44 +0000 |
commit | e4f6febcfb6f1a299bf377befeebe2170ca95310 (patch) | |
tree | 4cc29c0535d02f2ed0bddc982fd50c3bf0f9970c /framework/Web/UI/WebControls/TCheckBox.php | |
parent | 8b4b6da1a5762747c219cfcf4947b06cbe764103 (diff) |
Diffstat (limited to 'framework/Web/UI/WebControls/TCheckBox.php')
-rw-r--r-- | framework/Web/UI/WebControls/TCheckBox.php | 2 |
1 files changed, 1 insertions, 1 deletions
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);
}
/**
|