Fix bootstrapping problem with upgrade into WebGUI8
This commit is contained in:
parent
607218880e
commit
13c56144de
7 changed files with 1 additions and 94 deletions
|
|
@ -122,7 +122,7 @@ Returns a CHI object, configured according to the settings in the config file.
|
|||
sub cache {
|
||||
my $self = shift;
|
||||
unless (exists $self->{_cache}) {
|
||||
my $cacheConf = $self->config->get('cache');
|
||||
my $cacheConf = $self->config->get('cache') || { driver => "Memory", global => 1 };
|
||||
|
||||
# Default values
|
||||
my $resolveConf = sub {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue