Commit 3a7aa2c4 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Correction doc.

parent f9e77f20
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 \ZfcUserDoctrineORM\Mapper\User */
        try {
            $entity = $mapper->findByUsername($username);
            if (!$entity) {