fixed missing webgui path

This commit is contained in:
JT Smith 2007-08-14 15:04:35 +00:00
parent 5175cceb39
commit 03f13fb93e

View file

@ -172,6 +172,7 @@ sub new {
} else {
my $self = Config::JSON->new($webguiPath."/etc/".$filename);
register($self, $class);
$webguiConfig{id $self} = $webguiPath;
$config{$filename} = $self unless $noCache;
return $self;
}