From 6924a944ff79e0789404c7cc06839d085b685354 Mon Sep 17 00:00:00 2001 From: Luca Haid Date: Tue, 12 Mar 2024 21:46:45 +0100 Subject: [PATCH] [HistoricTicket] fix error when message content is null --- Layout/default/HistoricTicket/Index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Layout/default/HistoricTicket/Index.php b/Layout/default/HistoricTicket/Index.php index 1c0f6e188..68bd4386b 100644 --- a/Layout/default/HistoricTicket/Index.php +++ b/Layout/default/HistoricTicket/Index.php @@ -102,7 +102,7 @@ include(realpath(dirname(__FILE__) . "/../../$mfLayoutPackage") . "/header.php")

{{ selectedTicketData.ticket.message }}


-

+