Skip to content
GitLab
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
b15d82a1
Commit
b15d82a1
authored
Sep 19, 2017
by
Yadd
Browse files
Error in id detection (
#595
)
parent
d54295fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Run.pm
View file @
b15d82a1
...
...
@@ -434,7 +434,7 @@ sub updateSession {
return
()
unless
(
ref
$infos
eq
'
HASH
'
and
%$infos
);
# Recover session ID unless given
$id
||=
$req
->
{
id
};
$id
||=
$req
->
{
id
}
||
$req
->
userData
->
{
_session_id
}
;
if
(
$id
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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