This commit is contained in:
JT Smith 2007-08-14 15:06:21 +00:00
parent 03f13fb93e
commit 02c334e76c

View file

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