Correction selection multiple
This commit is contained in:
parent
1a7e1a113b
commit
a835703206
@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user