* (bug 31100) Fix regression in sidebar (special: page links lost parameters)
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 22 Sep 2011 21:35:24 +0000 (21:35 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 22 Sep 2011 21:35:24 +0000 (21:35 +0000)
commit94e140fc687c43babe44722fa068a966ddbe38ee
treee8504460a732ee7b6e9e51f7d8b016da84b29d96
parentc94639fe2d43c363e2382ada10f07256812f5be4
* (bug 31100) Fix regression in sidebar (special: page links lost parameters)

Regression in Title::fixSpecialName() in r86255; fixed and added a unit test case to TitleTest.
includes/Title.php
tests/phpunit/includes/TitleTest.php