Correction typo

This commit is contained in:
Michael RICOIS 2011-01-13 11:29:42 +00:00
parent 352bfb1692
commit adbd0dab98

View File

@ -97,7 +97,7 @@ class WsScores
try {
$client = $this->loadClient('interne');
$reponse = $client->getListeUtilisateurs($params);
return $reponse->getListeUtilisateurResult;
return $reponse->getListeUtilisateursResult;
} catch (SoapFault $fault) {
require_once 'soaperror.php';
processSoapFault($client,$fault,$_SESSION['tabInfo']);