Little error

This commit is contained in:
Xavier Guimard 2010-09-19 09:47:38 +00:00
parent e8b2860ff6
commit a28a147674

View File

@ -39,12 +39,11 @@ sub getConf {
my $num = $self->__lmConf->lastCfg;
unless ( $confCached and $confCached->{cfgNum} == $num ) {
%$confCached = (
%args,
%{ $self->__lmConf->getConf( cfgNum => $num ) },
%{ $self->__lmConf->getLocalConf(PORTALSECTION) },
%{ $self->__lmConf->getConf( cfgNum => $num ) }
);
}
%$self = ( %$self, %$confCached );
%$self = ( %$self, %$confCached, %args, );
1;
}