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
e5378b1d
Commit
e5378b1d
authored
Feb 19, 2013
by
Bertrand Gauthier
Browse files
Correction clé "unicaen-auth"
parent
e9dc411d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/UnicaenAuth/Service/User.php
View file @
e5378b1d
...
...
@@ -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
;
}
...
...
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