replace + with %2B in REQUEST_URI before urldecoding the title, so that literal ...
authorRiver Tarnell <river@users.mediawiki.org>
Mon, 21 May 2007 19:41:56 +0000 (19:41 +0000)
committerRiver Tarnell <river@users.mediawiki.org>
Mon, 21 May 2007 19:41:56 +0000 (19:41 +0000)
commit060c76793301d6f3841517e444a33eb8e5316c54
tree645c0f442a4c16ebadc85b3085bbf7618cf6db53
parentf8014e24e5d3292a555fc704b63bd14509e4f774
replace + with %2B in REQUEST_URI before urldecoding the title, so that literal "+" in the title works correctly
includes/WebRequest.php