Fix: missing argument
This commit is contained in:
parent
32915db864
commit
9847d57e5c
@ -112,7 +112,7 @@ class Mailing extends CommonObject
|
|||||||
{
|
{
|
||||||
$this->id = $this->db->last_insert_id($this->db_table);
|
$this->id = $this->db->last_insert_id($this->db_table);
|
||||||
|
|
||||||
if ($this->update() > 0)
|
if ($this->update($user) > 0)
|
||||||
{
|
{
|
||||||
$this->db->commit();
|
$this->db->commit();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user