Fix navigation buttons on Special:Listfiles for first and last page
authorRohan <rohan1395@yahoo.com>
Wed, 9 Jul 2014 11:40:35 +0000 (17:10 +0530)
committerBrian Wolff <bawolff+wn@gmail.com>
Thu, 17 Jul 2014 00:14:13 +0000 (00:14 +0000)
commitc4e8e030e442d52100dc471885801510d50f2ef9
tree0063307a0fd174aa17c07cb3c855144ae6d67791
parentd88e4bf313a6015bdbb4091f03b307b7d825d706
Fix navigation buttons on Special:Listfiles for first and last page

The listfiles pager was appending the username to the paging queries
for all paging queries. On the first/last page, this was appending
the username to false, thus marking the first/last page as still having
further results despite that not being the case.

Bug: 67627
Change-Id: Ib302a826fa638d7ae25c6d37951277fa8701ab69
includes/specials/SpecialListfiles.php