SpecialBooksources: Fix submitting the form from a subpage link
authorKunal Mehta <legoktm@member.fsf.org>
Sun, 16 Oct 2016 00:01:15 +0000 (17:01 -0700)
committerKunal Mehta <legoktm@member.fsf.org>
Sun, 16 Oct 2016 00:02:55 +0000 (17:02 -0700)
commit94941288b9032165eb9f754e4fca8f7bee6b4bb9
tree1cb86225df15e3fc34a9648df41609cc8298770a
parent56c1f67c75daa8fdda7f07e2ec223331fd2da567
SpecialBooksources: Fix submitting the form from a subpage link

Visiting Special:Booksources/.... and then trying to enter a new
ISBN in the form field didn't work because the $par would take
precedence over the query parameter.

Removing the subpage from the HTMLForm context apparently fixes this.

Change-Id: Ia007648e23beadcc017e117e59ce3df1b329dcdc
includes/specials/SpecialBooksources.php