Commit ddc72fee authored by Max Kanat-Alexander's avatar Max Kanat-Alexander

Bug 553818: Fix the format of the return value for the Bug.attachments

method in the WebService r=dkl, a=mkanat
parent 81714e24
......@@ -588,9 +588,7 @@ sub attachments {
$self->_attachment_to_hash($attach, $params);
}
$bugs{attachments} = \%attachments;
return { bugs => \%bugs };
return { bugs => \%bugs, attachments => \%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