Correction selection multiple

This commit is contained in:
Michael RICOIS 2012-01-18 16:45:47 +00:00
parent a835703206
commit c8e30a3df8

View File

@ -69,7 +69,7 @@ class ArborescenceController extends Zend_Controller_Action
if ($val != null){
$valuesChecked = explode(',',$val);
foreach($valuesChecked as $value){
$valuesUndetermined = $this->getNafParent($value);
$valuesUndetermined = array_merge($valuesUndetermined, $this->getNafParent($value));
}
}