fix a stupid typo that I put into i18n/help.t

This commit is contained in:
Colin Kuskie 2007-10-26 03:02:08 +00:00
parent b8a4033036
commit 17be7789cc

View file

@ -30,6 +30,8 @@ my $session = WebGUI::Test->session;
my @helpFileSet = WebGUI::Operation::Help::_getHelpFilesList($session);
my %helpTable;
foreach my $helpSet (@helpFileSet) {
my $helpName = $helpSet->[1];
my $help = WebGUI::Operation::Help::_load($session, $helpName);