Update actions_ticket.class.php

This commit is contained in:
Frédéric FRANCE 2018-11-10 07:32:22 +01:00 committed by GitHub
parent e86e3ec7ac
commit 2514cf4a96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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';
}