experimental caching
This commit is contained in:
parent
b9bff5a2f6
commit
cde333e931
5 changed files with 29 additions and 15 deletions
|
|
@ -460,7 +460,7 @@ sub open {
|
|||
my $configFile = shift;
|
||||
my $request = shift;
|
||||
my $server = shift;
|
||||
my $config = WebGUI::Config->new($webguiRoot,$configFile);
|
||||
my $config = WebGUI->config || WebGUI::Config->new($webguiRoot,$configFile);
|
||||
my $self = {_config=>$config, _server=>$server};
|
||||
bless $self , $class;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue