Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
auth
Commits
3a7aa2c4
Commit
3a7aa2c4
authored
Feb 26, 2014
by
Bertrand Gauthier
Browse files
Correction doc.
parent
f9e77f20
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/UnicaenAuth/Service/User.php
View file @
3a7aa2c4
...
...
@@ -83,7 +83,7 @@ class User implements ServiceManagerAwareInterface, EventManagerAwareInterface
}
// update/insert de l'utilisateur dans la table de l'appli
$mapper
=
$this
->
getServiceManager
()
->
get
(
'zfcuser_user_mapper'
);
/* @var $mapper \ZfcUser\Mapper\User */
$mapper
=
$this
->
getServiceManager
()
->
get
(
'zfcuser_user_mapper'
);
/* @var $mapper \ZfcUser
DoctrineORM
\Mapper\User */
try
{
$entity
=
$mapper
->
findByUsername
(
$username
);
if
(
!
$entity
)
{
...
...
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