Add workaround for undefined language when sending emails
authorMarcel Werk <burntime@woltlab.com>
Mon, 12 Aug 2024 09:03:43 +0000 (11:03 +0200)
committerMarcel Werk <burntime@woltlab.com>
Mon, 12 Aug 2024 09:03:43 +0000 (11:03 +0200)
commit33ecc08404468e1a107997d79b173d105aa4ab07
treebe995991548c0a2e8cc54354b0f42cd3803e23ad
parent7c7f00b855e41763c7fa45f3119e21a0c5ecd72d
Add workaround for undefined language when sending emails

The language id is saved in serialized form in the background queue. If the language was deleted between the creation of the queue entry and the processing, this resulted in an error.
wcfsetup/install/files/lib/system/email/Mailbox.class.php