"Aaron Schulz" changed the status of MediaWiki.r113545 to "fixme" and commented it. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/113545#c32055
Old Status: ok New Status: fixme Commit summary for MediaWiki.r113545: (bug 34521) Returning to the previous page after logging in loses any array-valued parameters in the query string. This happens because WebRequest::getValues() calls getVal() which strips arrays, even though the doc comment says that no transformation is applied. Changed getValues() to call getGPCVal() instead. The only difference is that arrays are no longer stripped, so the doc comment is no longer a lie Aaron Schulz's comment: Missing the $default param. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
