Fix: missing argument

This commit is contained in:
Regis Houssin 2009-07-03 09:50:34 +00:00
parent 32915db864
commit 9847d57e5c

View File

@ -112,7 +112,7 @@ class Mailing extends CommonObject
{
$this->id = $this->db->last_insert_id($this->db_table);
if ($this->update() > 0)
if ($this->update($user) > 0)
{
$this->db->commit();
}