Fix typo in avatar condition in UserRebuildDataWorker
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 5 May 2021 10:53:09 +0000 (12:53 +0200)
committerGitHub <noreply@github.com>
Wed, 5 May 2021 10:53:09 +0000 (12:53 +0200)
wcfsetup/install/files/lib/system/worker/UserRebuildDataWorker.class.php

index 6423618e513e52c8152718a4986ab6c3ce2c5f64..f55276b0ce9b403cdbd3332cb16de09e075e5acb 100644 (file)
@@ -220,7 +220,7 @@ class UserRebuildDataWorker extends AbstractRebuildDataWorker
                 [
                     UserAvatar::AVATAR_SIZE,
                     UserAvatar::AVATAR_SIZE,
-                    1,
+                    0,
                     "gif",
                 ]
             );