Fix form submission on Special:RandomInCategory
authorMatmaRex <matma.rex@gmail.com>
Sat, 24 Aug 2013 16:30:29 +0000 (18:30 +0200)
committerMatmaRex <matma.rex@gmail.com>
Sat, 24 Aug 2013 16:30:29 +0000 (18:30 +0200)
commitdb2f895531d61866a235208028601c6a95cf256e
treeeafda6dde5c5a8176da96058227bf5f48b4cf6af
parent93a87725aef6bb57f12805fd8e089eaf564b541b
Fix form submission on Special:RandomInCategory

You can't have parameters in the action for GET forms, browsers are
going to trim them off.

This is the way passing title in handled on other special pages,
e.g. Special:Contributions.

Change-Id: I00728a085641b8a6cda50a55ad1e9b1de68b97bc
includes/specials/SpecialRandomInCategory.php