Check whether a user is blocked from upload in ApiUpload
authorThalia <thalia.e.chan@googlemail.com>
Wed, 20 Mar 2019 22:11:33 +0000 (22:11 +0000)
committerThalia <thalia.e.chan@googlemail.com>
Wed, 20 Mar 2019 22:19:02 +0000 (22:19 +0000)
commit520dbe677af4c521c3a734ae9604a938cef17704
treee412c4c4f491d2b538eaadb41c481e942486799c
parentb3cd9eb908835f836e458991a8eb107b250876b7
Check whether a user is blocked from upload in ApiUpload

Partially blocked users are not blocked from uploading, so check
explicitly whether a user is blocked from uploading, rather than
simply whether they have a block.

Bug: T217255
Change-Id: I21089a90202941ec3bc5bdbf9c0d2e7cab00b365
includes/api/ApiUpload.php