Fix several bugs reported by scrutinizer

This commit is contained in:
Laurent Destailleur 2014-09-19 20:14:11 +02:00
parent ee4d697172
commit dd78363f0f

View File

@ -130,7 +130,7 @@ abstract class ActionsAdherentCardCommon
}
else
{
$this->errors=$nuser->error;
$this->errors[]=$nuser->error;
$this->db->rollback();
}