fixed missing webgui path
This commit is contained in:
parent
5175cceb39
commit
03f13fb93e
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue