]> 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:55:32 +0000 (17:55 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Wed, 16 Nov 2011 16:55:32 +0000 (17:55 +0100)
r=gerv a=LpSolit

Bugzilla/WebService/Bug.pm

index 7c6be1a0a12a3902c803c51074752e5d9eb07cc3..0528a52350e25e2f3c18f54a5ffea7b72c66481d 100644 (file)
@@ -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</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.