Skip to content
Snippets Groups Projects
Commit f1cc09e6 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Correction de bug

parent 8e146db5
No related branches found
No related tags found
No related merge requests found
...@@ -208,7 +208,7 @@ class User implements ServiceLocatorAwareInterface, EventManagerAwareInterface ...@@ -208,7 +208,7 @@ class User implements ServiceLocatorAwareInterface, EventManagerAwareInterface
public function getZfcUserOptions() public function getZfcUserOptions()
{ {
if (!$this->zfcUserOptions instanceof ZfcUserModuleOptions) { if (!$this->zfcUserOptions instanceof ZfcUserModuleOptions) {
$this->setZfcUserOptions($this->getServiceManager()->get('zfcuser_module_options')); $this->setZfcUserOptions($this->getServiceLocator()->get('zfcuser_module_options'));
} }
return $this->zfcUserOptions; return $this->zfcUserOptions;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment