(bug 34521) Returning to the previous page after logging in loses any array-valued...
authorRoan Kattouw <catrope@users.mediawiki.org>
Fri, 9 Mar 2012 23:27:28 +0000 (23:27 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Fri, 9 Mar 2012 23:27:28 +0000 (23:27 +0000)
commitf5f30aa95913a47c480fea5b7c1f431aa118a71d
tree7800ef4b0104586d489c4182d3f5ee115c1566c3
parente74ac621db20c655079582ebfd41cad91211c63e
(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
RELEASE-NOTES-1.20
includes/WebRequest.php