Fix phpcs

This commit is contained in:
Laurent Destailleur 2021-09-30 20:14:59 +02:00
parent 44bb5ebf34
commit 157112758b

View File

@ -788,9 +788,7 @@ class ActionComm extends CommonObject
} }
$this->db->free($resql); $this->db->free($resql);
} } else {
else
{
$this->error = $this->db->lasterror(); $this->error = $this->db->lasterror();
return -1; return -1;
} }