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
ec371901
Commit
ec371901
authored
Apr 24, 2013
by
Bertrand Gauthier
Browse files
Correction appel méthode disparue.
parent
389d6c4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/UnicaenAuth/View/Helper/UserInfo.php
View file @
ec371901
...
...
@@ -70,7 +70,7 @@ class UserInfo extends UserAbstract
// affectations recherche
$affectations
=
$authIdentity
->
getAffectationsRecherche
();
if
(
$affectations
)
{
$affectations
=
(
array
)
$this
->
getServiceStructure
()
->
getMapper
()
->
find
Chemin
(
array_keys
(
$affectations
));
$affectations
=
(
array
)
$this
->
getServiceStructure
()
->
getMapper
()
->
find
AllPathByCodeStructure
(
array_keys
(
$affectations
));
ksort
(
$affectations
);
$affectations
=
$helperHtmlList
(
$affectations
,
$ordered
=
false
,
$attribs
=
false
,
$escape
=
false
);
$out
.
=
sprintf
(
$templateAffRech
,
$affectations
);
...
...
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