X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/36cdd19a3fd207a98546c3a166abdf4d5afa3e35..1c024f2e8464435f6bc2ab207d9f5daf9d6bc9e8:/lib/MECON/Agente.php?ds=inline diff --git a/lib/MECON/Agente.php b/lib/MECON/Agente.php index 839ad94..dbee198 100644 --- a/lib/MECON/Agente.php +++ b/lib/MECON/Agente.php @@ -86,11 +86,8 @@ class Agente { */ function Agente($agente) // ~X2C { - if($agente !== null) { - buscarAgente($agente); - }else { - trigger_error("No se paso ningun documento!"); - } + if(! is_null($agente)) + $this->buscarAgente($agente); } // -X2C