diff --git a/htdocs/ticket/class/ticket.class.php b/htdocs/ticket/class/ticket.class.php index 8d77119962d..5ed375a82dc 100644 --- a/htdocs/ticket/class/ticket.class.php +++ b/htdocs/ticket/class/ticket.class.php @@ -2757,7 +2757,7 @@ class Ticket extends CommonObject if ($result) { // update last_msg_sent date $object->date_last_msg_sent = dol_now(); - $object->update($user); + $object->update($user); // FIXME this update override the initial message } } }