Fix breaking of words in email subject
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / lib / system / background / job / EmailDeliveryBackgroundJob.class.php
index 942a6b7a532b39a17a3558608673be1939862c76..33656b3528ab65f72317236733ecfc749a6d13e0 100644 (file)
@@ -91,7 +91,7 @@ class EmailDeliveryBackgroundJob extends AbstractBackgroundJob
                     $this->email->getSubject(),
                     20,
                     StringUtil::HELLIP,
-                    false
+                    true
                 ),
                 'recipient' => $this->envelopeTo->getAddress(),
                 'recipientID' => ($this->envelopeTo instanceof UserMailbox) ? $this->envelopeTo->getUser()->userID : null,