issue #0001605 : use tabInfoUser when a user ask for account options

This commit is contained in:
Michael RICOIS 2013-04-18 13:14:41 +00:00
parent fe02d03824
commit 67039f8d52

View File

@ -137,7 +137,7 @@ class Gestion extends WsScore
$result->clientTest = $this->tabInfoUser['clientTest'];
$result->typeScore = $this->tabInfoUser['typeScore'];
$result->nbReponses = $this->tabInfoUser['nbReponses'];
$result->lang = $tabRep['lang'];
$result->lang = $this->tabInfoUser['lang'];
$result->formatMail = $this->tabInfoUser['formatMail'];
$result->reference = $this->tabInfoUser['referenceParDefaut'];
$result->dateDebutCompte = $this->tabInfoUser['dateDebutCompte'];