This commit is contained in:
Michael RICOIS 2012-06-19 13:35:10 +00:00
commit edb8a4c850

View File

@ -379,7 +379,7 @@ class IdentiteEntreprise
$data = false;
if(count($this->identite->AutreSiren->item)>0) {
foreach($this->identite->AutreSiren->item as $doublon) {
if($doublon->type == $typeLib) {
if(in_array($doublon->type, array_keys($typeLib))) {
$data.= '<a href="'.$this->view->url(array(
'controller'=>'identite',
'action'=>'fiche',