Fix tsv call (#1574)

environments/ppa-mbqj77/deployments/645^2
Xavier Guimard 6 years ago
parent 507f3c0750
commit 2629a8a747
  1. 2
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Conf/Parser.pm

@ -127,7 +127,7 @@ sub scanTree {
$self->newConf->{cfgNum} = $self->req->params('cfgNum');
$self->newConf->{cfgAuthor}
= $self->req->userData
->{ $Lemonldap::NG::Handler::PSGI::Main::tsv->{whatToTrace}
->{ &Lemonldap::NG::Handler::Main::tsv->{whatToTrace}
|| '_whatToTrace' } // "anonymous";
$self->newConf->{cfgAuthorIP} = $self->req->address;
$self->newConf->{cfgDate} = time;

Loading…
Cancel
Save