fixed #9635: Matrix - Add attributes not working

This commit is contained in:
Yung Han Khoe 2009-02-03 00:11:46 +00:00
parent cd1992c9b5
commit 8dd4d66c96
2 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,7 @@
- fixed #9580: Gallery: albums shown in navigation
- fixed #9578: Use of "quotes" in badge name causes error
- fixed #9603: moving wiki page
- fixed #9635: Matrix - Add attributes not working
7.6.10
- fixed #9577: WebGUI::Form::Url::getValue returns blank rather than undef for blank fields

View file

@ -95,7 +95,7 @@ Returns the human readable name of this control.
sub getName {
my ($self, $session) = @_;
return WebGUI::International->new($session, 'Form_MatrixCompare')->get('topicName');
return WebGUI::International->new($session, 'Form_MatrixCompare')->get('matrix compare');
}
#-------------------------------------------------------------------