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
Maxime Besson
lemonldap-ng
Commits
b1d6dcd0
Commit
b1d6dcd0
authored
Apr 01, 2016
by
Yadd
Browse files
Typo
parent
acb60712
Changes
1
Hide whitespace changes
Inline
Side-by-side
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Process.pm
View file @
b1d6dcd0
...
...
@@ -66,7 +66,7 @@ sub setSessionInfo {
sub
setMacros
{
my
(
$self
,
$req
)
=
@_
;
foreach
(
sort
keys
%
{
$self
->
_macros
}
)
{
$req
->
{
sessionInfo
}
->
{
$_
}
=
$self
->
_macros
->
(
$req
);
$req
->
{
sessionInfo
}
->
{
$_
}
=
$self
->
_macros
->
{
$_
}
->
(
$req
);
}
PE_OK
;
}
...
...
Write
Preview
Markdown
is supported
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