]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 531257: Wrong error codes in WebServices documentation
authorMatt Selsky <selsky@columbia.edu>
Wed, 16 Nov 2011 16:54:03 +0000 (17:54 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Wed, 16 Nov 2011 16:54:03 +0000 (17:54 +0100)
r=gerv a=LpSolit

Bugzilla/WebService/Bug.pm

index dbe5f3409781e231dd5c26fd5abb0d5d9d640e15..98b5ac5d0b35f667d84218a27f685910d36d403d 100644 (file)
@@ -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</get> throws, plus:
 
 =over
 
-=item 108 (Bug Edit Denied)
+=item 109 (Bug Edit Denied)
 
 You did not have the necessary rights to edit the bug.