From 6846c9934fd2cfdb6e78bc9eb978af2a511b55d7 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Mon, 26 Sep 2016 11:38:05 +0200 Subject: [PATCH] Indiscore2 : Suppression des commentaires --- .../modules/default/controllers/EvaluationController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/modules/default/controllers/EvaluationController.php b/application/modules/default/controllers/EvaluationController.php index 57bfc1a71..59e95ac29 100644 --- a/application/modules/default/controllers/EvaluationController.php +++ b/application/modules/default/controllers/EvaluationController.php @@ -256,7 +256,7 @@ class EvaluationController extends Zend_Controller_Action $entreprise = new Scores_Session_Entreprise($this->siret, $this->id); //@todo : transformer le webservice pour ne faire qu'une seule requete $ws = new WsScores(); - $indiscore = $ws->getIndiScore($siren); + $indiscore = $ws->getIndiScore($siren, 0, 1); if ($indiscore === false) { $this->forward('soap', 'error'); }