fix a stupid typo that I put into i18n/help.t
This commit is contained in:
parent
b8a4033036
commit
17be7789cc
1 changed files with 2 additions and 0 deletions
|
|
@ -30,6 +30,8 @@ my $session = WebGUI::Test->session;
|
||||||
|
|
||||||
my @helpFileSet = WebGUI::Operation::Help::_getHelpFilesList($session);
|
my @helpFileSet = WebGUI::Operation::Help::_getHelpFilesList($session);
|
||||||
|
|
||||||
|
my %helpTable;
|
||||||
|
|
||||||
foreach my $helpSet (@helpFileSet) {
|
foreach my $helpSet (@helpFileSet) {
|
||||||
my $helpName = $helpSet->[1];
|
my $helpName = $helpSet->[1];
|
||||||
my $help = WebGUI::Operation::Help::_load($session, $helpName);
|
my $help = WebGUI::Operation::Help::_load($session, $helpName);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue