mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
ticket system show ... ih subject of message is empty
This commit is contained in:
parent
5a4c73d9b8
commit
88e1e2ebc2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user