Update actioncomm.class.php

This commit is contained in:
Frédéric FRANCE 2019-09-16 20:57:20 +02:00 committed by GitHub
parent 68842b0b63
commit 67b73cf0e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -772,6 +772,7 @@ class ActionComm extends CommonObject
$error=0;
$this->db->begin();
$this->oldcopy = clone $this;
$sql = "DELETE FROM ".MAIN_DB_PREFIX."actioncomm";
$sql.= " WHERE id=".$this->id;