Correction selection multiple
This commit is contained in:
parent
a835703206
commit
c8e30a3df8
@ -69,7 +69,7 @@ class ArborescenceController extends Zend_Controller_Action
|
|||||||
if ($val != null){
|
if ($val != null){
|
||||||
$valuesChecked = explode(',',$val);
|
$valuesChecked = explode(',',$val);
|
||||||
foreach($valuesChecked as $value){
|
foreach($valuesChecked as $value){
|
||||||
$valuesUndetermined = $this->getNafParent($value);
|
$valuesUndetermined = array_merge($valuesUndetermined, $this->getNafParent($value));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user