Update actioncomm.class.php
This commit is contained in:
parent
68842b0b63
commit
67b73cf0e6
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user