Fix Special:ListUsers "subpage parameter" handling
authorBartosz Dziewoński <matma.rex@gmail.com>
Wed, 26 Jul 2017 00:21:44 +0000 (02:21 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Wed, 26 Jul 2017 00:28:06 +0000 (02:28 +0200)
commitf684e673c0a52ea8193f3c77b9c7026513fe8f36
tree3aaac9699061b0e721cb7d3fefb5f708e4cb7845
parent54e18ee8e553f9b7ebba157d552da69a6b374b20
Fix Special:ListUsers "subpage parameter" handling

* Set the form action to avoid the subpage being "stuck". This is
  apparently a common problem and a common workaround, hmm. The $self
  variable, curiously unused, seems to have been meant for this.
* Fix incorrect parameter name to display values from subpage
  parameters in the form, and preserve them after submission.

Bug: T171657
Change-Id: Ibeee545a1e9932dfe44165c34cb55ad87268b705
includes/specials/pagers/UsersPager.php