Fix newMessagePublic for ticket module

This commit is contained in:
madx666 2018-11-07 10:08:38 +01:00
parent c1cf4fbb95
commit c76c2e0d3e

View File

@ -827,6 +827,7 @@ class ActionsTicket
global $mysoc, $conf, $langs;
$object = new Ticket($this->db);
$error = 0;
$ret = $object->fetch('', '', GETPOST('track_id','alpha'));
$object->socid = $object->fk_soc;