Skip to content

Commit

Permalink
Fix newMessagePublic for ticket module
Browse files Browse the repository at this point in the history
  • Loading branch information
madx666 committed Nov 7, 2018
1 parent c1cf4fb commit c76c2e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/ticket/class/actions_ticket.class.php
Expand Up @@ -827,6 +827,7 @@ private function newMessagePublic($user, &$action)

global $mysoc, $conf, $langs;

$object = new Ticket($this->db);
$error = 0;
$ret = $object->fetch('', '', GETPOST('track_id','alpha'));
$object->socid = $object->fk_soc;
Expand Down

0 comments on commit c76c2e0

Please sign in to comment.