fixing problem with new Config syntax.
This commit is contained in:
parent
9f14db2b57
commit
b123152f9c
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue