Fix regression caused by r24505 for bug 10683 -- was breaking redirects to pages...
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 26 Aug 2007 14:52:56 +0000 (14:52 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 26 Aug 2007 14:52:56 +0000 (14:52 +0000)
commit4bbced90f4c454be8de2697e1f6a98b75060e706
treed052652ff2e2e53897153ae997d5d7340e137be2
parent6c2eba7904475b677ea7fae1b554c75493503659
Fix regression caused by r24505 for bug 10683 -- was breaking redirects to pages using '+' in the title.
Now matching parser inline link decoding; urldecode() is only run if %s are present.
This does break something that has a literal % *and* a literal +, but that already matches Parser behavior. :P
Should think about tweaking that to maybe use rawurldecode?
includes/Title.php