Quick fix for canonical redirects when the URL is case-converted.
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 6 Sep 2004 03:17:21 +0000 (03:17 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 6 Sep 2004 03:17:21 +0000 (03:17 +0000)
commitb59b2ef01a835b42d90c74371d0a6b6a36f8a4cf
tree2c607e0ce6d146d0aee4985bfb3540b6f7918e08
parente199fe8803b022a7588abdecc39ba45fb0b15ac2
Quick fix for canonical redirects when the URL is case-converted.
Since this is now done in WebRequest, $title is already converted so
check $_GET directly.

The canonical redirect still does not handle the case of an
index.php?title=Foo URL where $wgArticlePath is set for pretty
URLs.
index.php