From 88e1e2ebc2f0d0c0e1f189dfb67bccb2f84e6a6e Mon Sep 17 00:00:00 2001 From: OpenXE <> Date: Tue, 23 May 2023 11:27:47 +0200 Subject: [PATCH] ticket system show ... ih subject of message is empty --- www/pages/ticket.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/pages/ticket.php b/www/pages/ticket.php index 90118f30..d7c0b0da 100644 --- a/www/pages/ticket.php +++ b/www/pages/ticket.php @@ -313,6 +313,10 @@ class Ticket { // Clear this first $this->app->Tpl->Set('NACHRICHT_ANHANG',""); + if (empty($message['betreff'])) { + $message['betreff'] = "..."; + } + // Xentral 20 compatibility if ($message['textausgang'] != '') { // Sent message