From 8dd4d66c96d1b1a0fd5daeb143564807cc28b229 Mon Sep 17 00:00:00 2001 From: Yung Han Khoe Date: Tue, 3 Feb 2009 00:11:46 +0000 Subject: [PATCH] fixed #9635: Matrix - Add attributes not working --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/Form/MatrixCompare.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 3e75e9c61..2d4be6ddc 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -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 diff --git a/lib/WebGUI/Form/MatrixCompare.pm b/lib/WebGUI/Form/MatrixCompare.pm index d4f1480b4..e11554afc 100644 --- a/lib/WebGUI/Form/MatrixCompare.pm +++ b/lib/WebGUI/Form/MatrixCompare.pm @@ -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'); } #-------------------------------------------------------------------