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
f1cc09e6
Commit
f1cc09e6
authored
Jan 04, 2016
by
Laurent Lécluse
Browse files
Correction de bug
parent
8e146db5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/UnicaenAuth/Service/User.php
View file @
f1cc09e6
...
...
@@ -208,7 +208,7 @@ class User implements ServiceLocatorAwareInterface, EventManagerAwareInterface
public
function
getZfcUserOptions
()
{
if
(
!
$this
->
zfcUserOptions
instanceof
ZfcUserModuleOptions
)
{
$this
->
setZfcUserOptions
(
$this
->
getService
Manage
r
()
->
get
(
'zfcuser_module_options'
));
$this
->
setZfcUserOptions
(
$this
->
getService
Locato
r
()
->
get
(
'zfcuser_module_options'
));
}
return
$this
->
zfcUserOptions
;
}
...
...
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