From 789f1e799fa63a2d04c726822c4a725db29b43fc Mon Sep 17 00:00:00 2001 From: carlgmathisen <> Date: Tue, 25 Nov 2008 12:19:33 +0000 Subject: Bug in TActiveRadioButtonList --- HISTORY | 2 +- framework/Web/UI/ActiveControls/TActiveRadioButtonList.php | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index c74d5bc6..dc1c49f9 100644 --- a/HISTORY +++ b/HISTORY @@ -3,7 +3,7 @@ Version 3.1.4 To be released BUG: Issue#59 - TPropertyAccess::has() returns false even if the property of an object was found (Carl) BUG: Issue#61 - TLogRouter throws exception when using external config file (Michael) BUG: Issue#62 - Some mistyping: TJavascript or TJavaScript? (Carl) -BUG: TActiveLinkButton crashes if it's the only active control imported. Added TActiveControlAdapter (Carl) +BUG: TActiveLinkButton and TActiveRadioButtonList crashes if it's the only active control imported. Added TActiveControlAdapter (Carl) ENH: Issue#36 - Refactored TRatingList/TActiveRatingList, and added some docs (Bradley) ENH: Issue#52 - Upgraded to TinyMCE 3.2.1 ENH: Issue#72 - Add wildcard support to TUrlMapping (friendly-urls) (Michael) diff --git a/framework/Web/UI/ActiveControls/TActiveRadioButtonList.php b/framework/Web/UI/ActiveControls/TActiveRadioButtonList.php index 10602427..6ea88242 100644 --- a/framework/Web/UI/ActiveControls/TActiveRadioButtonList.php +++ b/framework/Web/UI/ActiveControls/TActiveRadioButtonList.php @@ -10,6 +10,11 @@ * @package System.Web.UI.ActiveControls */ +/** + * Load active control adapter. + */ +Prado::using('System.Web.UI.ActiveControls.TActiveListControlAdapter'); + /** * TActiveRadioButtonList class. * -- cgit v1.2.3