Update actions_ticket.class.php

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

View File

@ -845,7 +845,7 @@ class ActionsTicket
} }
if (!$error) { if (!$error) {
$object->message = GETPOST("message"); $object->message = (string) GETPOST("message");
$id = $object->createTicketMessage($user); $id = $object->createTicketMessage($user);
if ($id <= 0) { if ($id <= 0) {
$error++; $error++;