Fix bad cache management on configuration saving

Closes: #1754
This commit is contained in:
Xavier Guimard 2019-05-27 16:34:04 +02:00
parent 22cca03e0a
commit 2da63b7283

View File

@ -141,7 +141,7 @@ sub saveConf {
if ( $self->{refLocalStorage} ) {
$self->setDefault($conf);
$self->compactConf($conf);
$self->setLocalConf($conf);
eval { Lemonldap::NG::Handler::Main->reload() };
}
return ( $self->unlock() ? $tmp : UNKNOWN_ERROR );