Fix length comparison for aboutMe text in UserRebuildDataWorker
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 20 Feb 2023 09:10:06 +0000 (10:10 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Mon, 20 Feb 2023 09:10:06 +0000 (10:10 +0100)
commita2b684fe51bd003e6932efe27decdfcb588d1205
treeef98e6120f43611dc5b8c0588dfd27cd41dfc147
parentb1ba719c02dee61447884b270ada8ca737c8516f
Fix length comparison for aboutMe text in UserRebuildDataWorker

Contrary to the comment's claim, a `TEXT` column supports 65535 characters
(depending on the charset), not 65535 bytes.
wcfsetup/install/files/lib/system/worker/UserRebuildDataWorker.class.php