diff --git a/htdocs/actioncomm.class.php3 b/htdocs/actioncomm.class.php3 index 470b09d6b03..2fea55e911e 100644 --- a/htdocs/actioncomm.class.php3 +++ b/htdocs/actioncomm.class.php3 @@ -140,6 +140,8 @@ class ActionComm $sql .= ", datea = now()"; } + $sql .= ", fk_contact =". $this->contact->id; + $sql .= " WHERE id=$this->id;"; if ($this->db->query($sql) )