From 02c334e76ca82033986dd689ad9cf4385d9324b2 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Tue, 14 Aug 2007 15:06:21 +0000 Subject: [PATCH] oops --- lib/WebGUI/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Config.pm b/lib/WebGUI/Config.pm index 625b0d37b..faf7e64a9 100644 --- a/lib/WebGUI/Config.pm +++ b/lib/WebGUI/Config.pm @@ -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; }