clean code

This commit is contained in:
Frédéric FRANCE 2022-11-09 14:55:41 +01:00
parent 1871872c16
commit ac5eb8b9ae

View File

@ -754,7 +754,7 @@ class EcmFiles extends CommonObject
if (!$error) {
$result = $this->deleteExtraFields();
if (!$result) {
$this->errors[] = $this->db->lasterror();
dol_syslog(get_class($this)."::delete error ".$this->error, LOG_ERR);
$error++;
}
}