ImageHistoryPseudoPager: Don't ignore limit from URL
authorBartosz Dziewoński <matma.rex@gmail.com>
Sun, 11 Dec 2016 19:00:20 +0000 (20:00 +0100)
committerBartosz Dziewoński <matma.rex@gmail.com>
Sun, 11 Dec 2016 19:30:17 +0000 (20:30 +0100)
commit9142ec1629fc8ba6b7261a06143342c4fad9b254
tree71206d8de10a6ce8bfbadbf2e98248165d4a3553
parent2546581bb64d1b8b290be7f6cf56032d53035016
ImageHistoryPseudoPager: Don't ignore limit from URL

I thought the parent class would handle this for us, but no: our setLimit()
call has been overriding the limit from URL set in parent constructor.

Follow-up to f94d5239b528c406c85e090152805a1306e13ded.

Bug: T152813
Change-Id: I93762021f70613bfde72da1eb737e9fa32d7d97c
includes/page/ImageHistoryPseudoPager.php