]> git.llucax.com Git - mecon/meconlib.git/commitdiff
bla
authorGonzalo Merayo <merayo@gmail.com>
Mon, 14 Jul 2003 21:00:54 +0000 (21:00 +0000)
committerGonzalo Merayo <merayo@gmail.com>
Mon, 14 Jul 2003 21:00:54 +0000 (21:00 +0000)
lib/MECON/Agente.php

index 6c01d2d9b7782d739d15604c23a6d61ee86f614d..dbee19879e0f5b1e986629d4a20db8c3f8798792 100644 (file)
@@ -87,7 +87,7 @@ class Agente {
     function Agente($agente) // ~X2C
   {
       if(! is_null($agente))
-        buscarAgente($agente);
+        $this->buscarAgente($agente);
   }
   // -X2C