From 2161e0a08caf2b130f35bed89fd14a6b89efcf08 Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Wed, 16 Nov 2011 17:54:03 +0100 Subject: [PATCH] Bug 531257: Wrong error codes in WebServices documentation r=gerv a=LpSolit --- Bugzilla/WebService/Bug.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.47.3