oops
This commit is contained in:
parent
03f13fb93e
commit
02c334e76c
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ sub new {
|
||||||
} else {
|
} else {
|
||||||
my $self = Config::JSON->new($webguiPath."/etc/".$filename);
|
my $self = Config::JSON->new($webguiPath."/etc/".$filename);
|
||||||
register($self, $class);
|
register($self, $class);
|
||||||
$webguiConfig{id $self} = $webguiPath;
|
$webguiRoot{id $self} = $webguiPath;
|
||||||
$config{$filename} = $self unless $noCache;
|
$config{$filename} = $self unless $noCache;
|
||||||
return $self;
|
return $self;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue