Skip to content
Snippets Groups Projects
Commit e5378b1d authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Correction clé "unicaen-auth"

parent e9dc411d
No related branches found
No related tags found
No related merge requests found
......@@ -161,7 +161,7 @@ class User implements \Zend\ServiceManager\ServiceManagerAwareInterface
public function getOptions()
{
if (!$this->options instanceof AuthenticationOptionsInterface) {
$this->setOptions($this->getServiceManager()->get('unicaen-user_module_options'));
$this->setOptions($this->getServiceManager()->get('unicaen-auth_module_options'));
}
return $this->options;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment