API: Ignore expired blocks in ApiQueryBase::showHiddenUsersAddBlockInfo()
authorBrad Jorsch <bjorsch@wikimedia.org>
Mon, 15 Oct 2018 15:21:44 +0000 (11:21 -0400)
committerBrad Jorsch <bjorsch@wikimedia.org>
Mon, 15 Oct 2018 15:21:44 +0000 (11:21 -0400)
commit377c76edbcdadf10645bb5bfdebd9b1d939777c6
tree9e625b46f5a228407453ca9490d0b8b3dc86e95e
parent0756849eb8450909d14dcb619307bdf07f0c7fcd
API: Ignore expired blocks in ApiQueryBase::showHiddenUsersAddBlockInfo()

This probably went unnoticed for so long because expired blocks are
regularly cleared as long as new blocks continue being issued, so people
found that the problem "fixed" itself.

Bug: T206944
Change-Id: I6559e1ec23f4469d19684b4d931913acbccb56d4
includes/api/ApiQueryBase.php