Fix bad cache management on configuration saving

Closes: #1754
environments/ppa-mbqj77/deployments/747^2
Xavier Guimard 6 years ago
parent 22cca03e0a
commit 2da63b7283
  1. 2
      lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf.pm

@ -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 );

Loading…
Cancel
Save