diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 3e873a74f..26bbe0844 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -3,6 +3,7 @@ - added: Sort Items switch to Syndicated Content asset - fixed #11493: i18n AssetCalendar::pageNextUrl monthVar - fixed #11496: No linkable RSS feeds from gallery + - fixed #11497: default profile settings 7.9.1 - fixed #11464: blank page after setting posts per page in Collaboration System to 0 (zero) diff --git a/lib/WebGUI/Form/RadioList.pm b/lib/WebGUI/Form/RadioList.pm index c6e2b622c..fc79ec1a7 100644 --- a/lib/WebGUI/Form/RadioList.pm +++ b/lib/WebGUI/Form/RadioList.pm @@ -110,19 +110,6 @@ sub getDefaultValue { #------------------------------------------------------------------- -=head2 getOriginalValue( [ value ] ) - -See WebGUI::Form::Control::getOriginalValue() - -=cut - -sub getOriginalValue{ - my $self = shift; - return $self->WebGUI::Form::Control::getOriginalValue(@_); -} - -#------------------------------------------------------------------- - =head2 isDynamicCompatible ( ) A class method that returns a boolean indicating whether this control is compatible with the DynamicField control.