diff --git a/library/Scores/Ciblage.php b/library/Scores/Ciblage.php index 497db18c..209bf869 100644 --- a/library/Scores/Ciblage.php +++ b/library/Scores/Ciblage.php @@ -18,8 +18,6 @@ Class Ciblage foreach($structure as $key => $valeur) { if (method_exists($this, $key) and isset($valeur) and $valeur != 'tous') { - if(count($valeur) == 1){ - $valeur = $valeur[0];} $this->$key($valeur); } }