diff --git a/lib/WebGUI/Config.pm b/lib/WebGUI/Config.pm index 01c0ae767..625b0d37b 100644 --- a/lib/WebGUI/Config.pm +++ b/lib/WebGUI/Config.pm @@ -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; }