From: Matt Selsky Date: Wed, 16 Nov 2011 16:55:32 +0000 (+0100) Subject: Bug 531257: Wrong error codes in WebServices documentation X-Git-Tag: bugzilla-3.4.13~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ca60e57fd9861928a519a119085c643ee34a0f0;p=thirdparty%2Fbugzilla.git Bug 531257: Wrong error codes in WebServices documentation r=gerv a=LpSolit --- diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index 7c6be1a0a1..0528a52350 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -1398,7 +1398,7 @@ doesn't support aliases or (b) there is no bug with that alias. The id you specified doesn't exist in the database. -=item 108 (Bug Edit Denied) +=item 109 (Bug Edit Denied) You did not have the necessary rights to edit the bug. @@ -1509,7 +1509,7 @@ This method can throw all of the errors that L throws, plus: =over -=item 108 (Bug Edit Denied) +=item 109 (Bug Edit Denied) You did not have the necessary rights to edit the bug.