]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
The changes to accept positional parameters in XML-RPC meant that sometimes
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Wed, 14 Jul 2010 03:52:31 +0000 (20:52 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Wed, 14 Jul 2010 03:52:31 +0000 (20:52 -0700)
commitd21c751942e0855b90e4b419fa624b802082616d
treed13c9b1a22ec198094802a0da0a6fc5700533d36
parent8fae73094c21496b26b2fa43010b61d1a7acc471
The changes to accept positional parameters in XML-RPC meant that sometimes
$params wouldn't just be undef, but actually missing, so validate() was
getting @keys where $params should have been.

https://bugzilla.mozilla.org/show_bug.cgi?id=577765
Bugzilla/WebService/Util.pm