From b1386c5498599c63abbbe23c93efdaa7869d0251 Mon Sep 17 00:00:00 2001 From: Damien LASSERRE Date: Wed, 11 Jan 2012 10:47:18 +0000 Subject: [PATCH] Corrections d'un bug dans les filtres. --- library/Scores/Ciblage.php | 2 -- 1 file changed, 2 deletions(-) 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); } }