Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Xavier Bachelot
lemonldap-ng
Commits
3cd434ee
Commit
3cd434ee
authored
Jan 16, 2019
by
Yadd
Browse files
Fix tsv call (#1574)
parent
2f41ad1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Conf/Parser.pm
View file @
3cd434ee
...
...
@@ -125,7 +125,7 @@ sub scanTree {
# metadata and set a value to the key if empty
$self
->
newConf
->
{
cfgNum
}
=
$self
->
req
->
params
('
cfgNum
');
$self
->
newConf
->
{
cfgAuthor
}
=
$self
->
req
->
userData
->
{
&
Lemonldap::NG::Handler::Main
::
tsv
->
{
whatToTrace
}
$self
->
req
->
userData
->
{
Lemonldap::NG::Handler::
Main
->
tsv
->
{
whatToTrace
}
||
'
_whatToTrace
'
}
//
"
anonymous
";
$self
->
newConf
->
{
cfgAuthorIP
}
=
$self
->
req
->
address
;
$self
->
newConf
->
{
cfgDate
}
=
time
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment