Update actions_ticket.class.php
This commit is contained in:
parent
e86e3ec7ac
commit
2514cf4a96
@ -849,7 +849,7 @@ class ActionsTicket
|
||||
$id = $object->createTicketMessage($user);
|
||||
if ($id <= 0) {
|
||||
$error++;
|
||||
$this->errors = $object->error;
|
||||
$this->error = $object->error;
|
||||
$this->errors = $object->errors;
|
||||
$action = 'add_message';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user