Fix: Missing log when error
This commit is contained in:
parent
8abacfaf35
commit
4277087f76
@ -744,6 +744,7 @@ class Contact extends CommonObject
|
||||
else
|
||||
{
|
||||
$this->db->rollback();
|
||||
dol_syslog("Error ".$this->error,LOG_ERR);
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user