From: Matt Selsky Date: Wed, 16 Nov 2011 16:54:03 +0000 (+0100) Subject: Bug 531257: Wrong error codes in WebServices documentation X-Git-Tag: bugzilla-3.6.7~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2161e0a08caf2b130f35bed89fd14a6b89efcf08;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 dbe5f34097..98b5ac5d0b 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -1948,7 +1948,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. @@ -2071,7 +2071,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.