diff options
author | Matt Selsky <selsky@columbia.edu> | 2011-11-16 17:55:32 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-11-16 17:55:32 +0100 |
commit | 8ca60e57fd9861928a519a119085c643ee34a0f0 (patch) | |
tree | 3b3b2f24fcf436dcb5c23447a9b890ddfa977034 | |
parent | Bug 445804: Suggested crontab configuration opens security hole (diff) | |
download | bugzilla-8ca60e57fd9861928a519a119085c643ee34a0f0.tar.gz bugzilla-8ca60e57fd9861928a519a119085c643ee34a0f0.tar.bz2 bugzilla-8ca60e57fd9861928a519a119085c643ee34a0f0.zip |
Bug 531257: Wrong error codes in WebServices documentation
r=gerv a=LpSolit
-rw-r--r-- | Bugzilla/WebService/Bug.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index 7c6be1a0a..0528a5235 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</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. |