Skip to content

Commit

Permalink
Update actions_ticket.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 committed Nov 10, 2018
1 parent e86e3ec commit 2514cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/ticket/class/actions_ticket.class.php
Expand Up @@ -849,7 +849,7 @@ private function newMessagePublic($user, &$action)
$id = $object->createTicketMessage($user);
if ($id <= 0) {
$error++;
$this->errors = $object->error;
$this->error = $object->error;
$this->errors = $object->errors;
$action = 'add_message';
}
Expand Down

0 comments on commit 2514cf4

Please sign in to comment.