Fix deleting an empty list of objects
authorjoshuaruesweg <ruesweg@woltlab.com>
Sun, 14 Feb 2021 12:35:03 +0000 (13:35 +0100)
committerjoshuaruesweg <ruesweg@woltlab.com>
Sun, 14 Feb 2021 12:35:13 +0000 (13:35 +0100)
commit879a3d07493ca5d3285110377c7e3edae216fae0
tree9cb68ae56df3efdec56c503dd981a2d275346fab
parentaf715a33d2b1ff5da2342225b364dbd0fc1100d3
Fix deleting an empty list of objects

It can happen that content that was previously counted no longer exists and therefore fewer runs are required than initially assumed. This can happen if, for example, a user's posts and threads are deleted and the user has only written posts in his or her own threads (the posts are then deleted along with the threads). This may have led to errors before because an empty list of objects was passed.
wcfsetup/install/files/lib/system/worker/UserContentRemoveWorker.class.php