API: Unrecognized values for multivalue parameters now don't cause the API to abort...
authorRoan Kattouw <catrope@users.mediawiki.org>
Tue, 20 May 2008 19:31:45 +0000 (19:31 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Tue, 20 May 2008 19:31:45 +0000 (19:31 +0000)
commit119ca6e2ed71284291fc0c6eed033083f8b096b0
treeab0131de05f020df0ef177ddab2ddfe0c455a7d3
parentf88acd053aa494132ea88b598b8ec3d3d7c9a5e2
API: Unrecognized values for multivalue parameters now don't cause the API to abort with an error anymore, but just throw a warning and are ignored. This is useful for ??prop parameters, but also applies to other multivalue parameters such as list, meta and prop. Single values still throw an error like they used to.
RELEASE-NOTES
includes/api/ApiBase.php