Fix bug in sorting due to $wgRequest eating nulls
authorAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 3 Aug 2010 20:50:46 +0000 (20:50 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 3 Aug 2010 20:50:46 +0000 (20:50 +0000)
commit36e343cba9d5759d99fadd2bcf5414c00df83067
treecff8fc5369c3e97f566056f25762e5bca690c6b3
parent5b05dc6951468387c60ef93bfe86cc3e2d58f474
Fix bug in sorting due to $wgRequest eating nulls

I'll fix this up so that the query string looks nicer later.  Embedding
nulls in query strings is not a great idea.
includes/CategoryPage.php