Bugfix ticket system display and handling of recipients

This commit is contained in:
Xenomporio
2022-08-03 17:24:28 +02:00
parent 731f67a9b9
commit 93da199f12
2 changed files with 11 additions and 3 deletions
@@ -554,7 +554,7 @@ class TicketImportHelper
// Add all the recipients to the header table
if (count($message->getRecipients()) > 1) {
if (count($message->getRecipients()) > 0) {
foreach ($message->getRecipients() as $recipient) {
$recipient_address = $this->db->real_escape_string($recipient->getEmail());