Fix localConf object when checking new conf in UI (#2296)

Moo
Maxime Besson 5 years ago
parent b6ab4d067e
commit a5deca8ce8
  1. 2
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Conf.pm

@ -229,7 +229,7 @@ sub newConf {
if ( $cfgNum ne $req->params('cfgNum') ) { $parser->confChanged(1); }
my $res = { result => $parser->check($self) };
my $res = { result => $parser->check($self->p) };
# "message" fields: note that words enclosed by "__" (__word__) will be
# translated

Loading…
Cancel
Save