aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2015-03-07 03:08:12 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2015-03-07 03:08:12 +0100
commit154e70f32a2fe34cbeed80fbe1339a0b2657cfca (patch)
treec69e81414222cf511dc28ff17c3814532071e17c /Bugzilla
parentb67de8c51abde545ef24507a736878f4fae928c8 (diff)
downloadbugs-154e70f32a2fe34cbeed80fbe1339a0b2657cfca.tar
bugs-154e70f32a2fe34cbeed80fbe1339a0b2657cfca.tar.gz
bugs-154e70f32a2fe34cbeed80fbe1339a0b2657cfca.tar.bz2
bugs-154e70f32a2fe34cbeed80fbe1339a0b2657cfca.tar.xz
bugs-154e70f32a2fe34cbeed80fbe1339a0b2657cfca.zip
Bug.update_attachment returns 'attachments', not 'attachment'
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/WebService/Bug.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm
index 60ca6b6c3..c5d731b22 100644
--- a/Bugzilla/WebService/Bug.pm
+++ b/Bugzilla/WebService/Bug.pm
@@ -3539,7 +3539,7 @@ C<boolean> Set to true if you specifically want a new flag to be created.
=item B<Returns>
-A C<hash> with a single field, "attachment". This points to an array of hashes
+A C<hash> with a single field, "attachments". This points to an array of hashes
with the following fields:
=over