]> 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:51:03 +0000 (20:51 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Wed, 14 Jul 2010 03:51:03 +0000 (20:51 -0700)
commit110186aafbb660ad8d1d9fde8d41b794a79b75d9
tree5b23afe9a4345e0b036a3b63fd4a05254a27107f
parentebe41c4b06854a615cc081432e94c063d287fc86
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