Fix: Missing log when error

This commit is contained in:
Laurent Destailleur 2012-05-13 14:27:51 +02:00
parent 8abacfaf35
commit 4277087f76

View File

@ -744,6 +744,7 @@ class Contact extends CommonObject
else
{
$this->db->rollback();
dol_syslog("Error ".$this->error,LOG_ERR);
return -1;
}
}