Correction selection multiple

This commit is contained in:
Michael RICOIS 2012-01-18 16:44:35 +00:00
parent 1a7e1a113b
commit a835703206

View File

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