diff options
Diffstat (limited to 'Bugzilla/WebService/Constants.pm')
-rwxr-xr-x | Bugzilla/WebService/Constants.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/WebService/Constants.pm b/Bugzilla/WebService/Constants.pm index ed70890da..a43e1f590 100755 --- a/Bugzilla/WebService/Constants.pm +++ b/Bugzilla/WebService/Constants.pm @@ -99,6 +99,7 @@ use constant WS_ERROR_CODE => { # "invalid user." invalid_user_group => 504, user_access_by_id_denied => 505, + user_access_by_match_denied => 505, }; # These are the fallback defaults for errors not in ERROR_CODE. |