fixing problem with new Config syntax.

This commit is contained in:
Matthew Wilson 2006-01-22 22:28:39 +00:00
parent 9f14db2b57
commit b123152f9c

View file

@ -106,7 +106,7 @@ if ($version eq $WebGUI::VERSION."-".$WebGUI::STATUS) {
}
printTest("Locating WebGUI configs");
my $configs = WebGUI::Config::readAllConfigs($webguiRoot);
my $configs = WebGUI::Config->readAllConfigs($webguiRoot);
printResult("OK");
foreach my $filename (keys %{$configs}) {
print "\n";