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

Correction appel méthode disparue.

parent 389d6c4c
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ class UserInfo extends UserAbstract
// affectations recherche
$affectations = $authIdentity->getAffectationsRecherche();
if ($affectations) {
$affectations = (array)$this->getServiceStructure()->getMapper()->findChemin(array_keys($affectations));
$affectations = (array)$this->getServiceStructure()->getMapper()->findAllPathByCodeStructure(array_keys($affectations));
ksort($affectations);
$affectations = $helperHtmlList($affectations, $ordered = false, $attribs = false, $escape = false);
$out .= sprintf($templateAffRech, $affectations);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment