Commit e401b0b8 authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

The tinderbox was burning from the checkin of the

"webservice attachments by ids" patch--it looks like a part of the patch was just missing or something when it was posted to bmo. I've fixed it now.
parent 1f2dc1d0
......@@ -413,11 +413,8 @@ sub update_see_also {
sub attachments {
my ($self, $params) = validate(@_, 'ids', 'attachment_ids');
my $ids = $params->{ids};
defined $ids || ThrowCodeError('param_required', { param => 'ids' });
if (!(defined $params->{ids}
|| defined $params->{attachment_ids}))
or defined $params->{attachment_ids}))
{
ThrowCodeError('param_required',
{ function => 'Bug.attachments',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment