Fix namespace (#1574)

This commit is contained in:
Christophe Maudoux 2019-01-12 00:00:38 +01:00
parent 204fd9dfff
commit 507f3c0750

View File

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