From f4f802efe3cccd68f3a6b40eb8312bfd8e24d643 Mon Sep 17 00:00:00 2001 From: wei <> Date: Fri, 30 Mar 2007 12:34:53 +0000 Subject: Fixed #535 --- framework/Web/UI/ActiveControls/TActiveRadioButton.php | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'framework/Web/UI/ActiveControls/TActiveRadioButton.php') diff --git a/framework/Web/UI/ActiveControls/TActiveRadioButton.php b/framework/Web/UI/ActiveControls/TActiveRadioButton.php index 16a91688..504a52da 100644 --- a/framework/Web/UI/ActiveControls/TActiveRadioButton.php +++ b/framework/Web/UI/ActiveControls/TActiveRadioButton.php @@ -109,17 +109,6 @@ class TActiveRadioButton extends TRadioButton implements IActiveControl, ICallba $this->getPage()->getCallbackClient()->check($this, $value); } - /** - * Add the group name as post data loader if group name is set. - */ - protected function addToPostDataLoader() - { - parent::addToPostDataLoader(); - $group = $this->getGroupName(); - if(!empty($group)) - $this->getPage()->registerPostDataLoader($group); - } - /** * Override parent implementation, no javascript is rendered here instead * the javascript required for active control is registered in {@link addAttributesToRender}. -- cgit v1.2.3