X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/58890a698f770e368aedf137df241bc01041e62e..419565cad7af2fefa64b878ff98f2ac977d19fa2:/lib/MECON/Agente.php?ds=sidebyside diff --git a/lib/MECON/Agente.php b/lib/MECON/Agente.php index d763451..fff7cbd 100644 --- a/lib/MECON/Agente.php +++ b/lib/MECON/Agente.php @@ -65,7 +65,7 @@ class Agente { */ function getTipo() // ~X2C { - if(is_null($this->datos['tipo_agente'])) + if(!in_array('tipo_agente',array_keys($this->datos))) return 'CON '.$this->datos['marco_legal']; else return $this->datos['tipo_agente'];