diff --git a/admin/change_status.php b/admin/change_status.php index c5fd953d..29cfa8ec 100644 --- a/admin/change_status.php +++ b/admin/change_status.php @@ -89,6 +89,7 @@ if ($statusRow['IsClosed']) // Closed hesk_error($hesklang['ticket_not_found']); } $ticket = hesk_dbFetchAssoc($result); + $ticket['status'] = $status; $ticket['dt'] = hesk_date($ticket['dt'], true); $ticket['lastchange'] = hesk_date($ticket['lastchange'], true); $ticket = hesk_ticketToPlain($ticket, 1, 0);