Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
auth
Commits
e2b9342b
Commit
e2b9342b
authored
Apr 11, 2013
by
Bertrand Gauthier
Browse files
COrrection suite à changement de nom de méthode.
parent
611775c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/UnicaenAuth/Authentication/Storage/Ldap.php
View file @
e2b9342b
...
...
@@ -65,7 +65,7 @@ class Ldap implements Storage\StorageInterface, ServiceManagerAwareInterface
$identity
=
$this
->
getStorage
()
->
read
();
if
(
is_scalar
(
$identity
))
{
$identity
=
$this
->
getMapper
()
->
findByUsername
(
$identity
);
$identity
=
$this
->
getMapper
()
->
find
One
ByUsername
(
$identity
);
}
if
(
$identity
)
{
...
...
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