Fix the handling of multiple images
authorAlexander Ebert <ebert@woltlab.com>
Thu, 15 Aug 2024 11:03:48 +0000 (13:03 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 15 Aug 2024 11:03:48 +0000 (13:03 +0200)
commitc8cae9bb02b91801331bc6342fea8c7a7501bdd5
tree99cb1761f4f822de9a93af7b3f0f935970433b21
parentd60ba903c06d9ea2953756f077cb93616f640644
Fix the handling of multiple images

`getElementsByTagName()` is a live collection, removing items mutates the underlying data structure hence the iterator will no longer work as expected.
wcfsetup/install/files/lib/system/background/job/ServiceWorkerDeliveryBackgroundJob.class.php