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