Fix bootstrapping problem with upgrade into WebGUI8

This commit is contained in:
Colin Kuskie 2010-07-15 14:35:13 -07:00
parent 607218880e
commit 13c56144de
7 changed files with 1 additions and 94 deletions

View file

@ -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 {