Use BlockListPager::getLimitSelectList() in Special:BlockList and Special:AutoblockList
authorMatěj Suchánek <matejsuchanek97@gmail.com>
Sat, 28 Apr 2018 08:36:14 +0000 (10:36 +0200)
committerMatěj Suchánek <matejsuchanek97@gmail.com>
Sat, 28 Apr 2018 08:42:14 +0000 (10:42 +0200)
commit1387055cc06c1cc49e31c6e4f5ef7e3e8fb7a5e9
tree8d4e76b41561e1af3f846c976c8b2c734990b8a2
parent3e7f39981101141d5434f613b8e3d65c149a95c3
Use BlockListPager::getLimitSelectList() in Special:BlockList and Special:AutoblockList

So that we avoid code duplication and can make the form aware
of a custom limit.

Change-Id: I2ee7d6594f3b6ed12fa3c24f8a7a5bb7a402c1b6
includes/specials/SpecialAutoblockList.php
includes/specials/SpecialBlockList.php