Use ipb_id when updating expiry in Block::updateTimestamp()
authorKunal Mehta <legoktm@member.fsf.org>
Thu, 3 Mar 2016 02:48:08 +0000 (18:48 -0800)
committerAnomie <bjorsch@wikimedia.org>
Thu, 10 Mar 2016 17:30:29 +0000 (17:30 +0000)
commitf4635a95e7ab7479c3e5a15fb1d47f1a5609340a
treeb46a3ee6ce4b90ced1046e8c98d0fd07db2c34ba
parent6c40f9d283acc06da75622b9c3aa99d6bcf3f12b
Use ipb_id when updating expiry in Block::updateTimestamp()

If Block::purgeExpired() hasn't been called due to low traffic, already
expired blocks might have their timestamps extended.

Bug: T128695
Change-Id: I21e7dca57bda77a755b54d0e09f340c3f0e75bd6
includes/Block.php