Fix warning

This commit is contained in:
Laurent Destailleur
2023-01-03 17:09:08 +01:00
parent ba6374e6be
commit fce5968510
14 changed files with 36 additions and 36 deletions

View File

@@ -2072,7 +2072,7 @@ abstract class CommonObject
$sql .= " WHERE ".$id_field." = ".((int) $id);
dol_syslog(__METHOD__."", LOG_DEBUG);
dol_syslog(__METHOD__, LOG_DEBUG);
$resql = $this->db->query($sql);
if ($resql) {
if ($trigkey) {