(bug 34736) empty limit on special pages causes navigation issues
authorAntoine Musso <hashar@users.mediawiki.org>
Mon, 27 Feb 2012 10:17:01 +0000 (10:17 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Mon, 27 Feb 2012 10:17:01 +0000 (10:17 +0000)
commite58513eb9c4ac92ea01c5b2b2279da03072fd1e0
tree02950beb5b384ff2926d8161146ec90cbee46aaa
parent3e6722988068a8360647bd2f5fe2ed448f6057ca
(bug 34736) empty limit on special pages causes navigation issues

On special pages, the older link showed a limit='' query parameter which
made the page show nothing ('' is evalued to a limit of 0 articles).

The cause is r105809 which changed the way we interprets parameters in
wfArrayToCGI() and wfCGIToArray(). Previously, An empty string value would skip
the key, after r105809, we need to use null.
includes/Pager.php