X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/615e3de518df8e82689c28cc725bd95ab9275d8c..ab08e58537352a82e34dab0684ae5997ece1899c:/lib/MECON/Usuario.php diff --git a/lib/MECON/Usuario.php b/lib/MECON/Usuario.php index 8606589..8d4b9a2 100644 --- a/lib/MECON/Usuario.php +++ b/lib/MECON/Usuario.php @@ -228,7 +228,7 @@ class MECON_Usuario { */ function buscarUsuarioDNI($dni) { - $MECON_Agente= & new MECON_Agente($dni); + $MECON_Agente= & new MECON_Agente($this->_db, $dni); $this->dni = $dni; $nombre = $MECON_Agente->getNombre(); $this->nombre = $nombre;