diff --git a/sbin/testEnvironment.pl b/sbin/testEnvironment.pl index 99841b879..2f6d06c14 100644 --- a/sbin/testEnvironment.pl +++ b/sbin/testEnvironment.pl @@ -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";