summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-07-13 04:05:07 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-07-13 04:05:07 +0200
commitf761dd5e9adc2e4dd6c15712b9212ef810def81b (patch)
tree15a4a639cb61bfe9e5c28d6b6e974e097a7630f8 /Bugzilla/WebService
parentd403dca90ecda9fb290dbbc9507bdda79dae7b59 (diff)
downloadbugzilla-f761dd5e9adc2e4dd6c15712b9212ef810def81b.tar.gz
bugzilla-f761dd5e9adc2e4dd6c15712b9212ef810def81b.tar.xz
alias_not_allowed should be multiple_alias_not_allowed
https://bugzilla.mozilla.org/show_bug.cgi?id=415813
Diffstat (limited to 'Bugzilla/WebService')
-rw-r--r--Bugzilla/WebService/Constants.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/WebService/Constants.pm b/Bugzilla/WebService/Constants.pm
index 44b7bb4e0..18d152d3f 100644
--- a/Bugzilla/WebService/Constants.pm
+++ b/Bugzilla/WebService/Constants.pm
@@ -66,7 +66,7 @@ use constant WS_ERROR_CODE => {
alias_in_use => 103,
alias_is_numeric => 103,
alias_has_comma_or_space => 103,
- alias_not_allowed => 103,
+ multiple_alias_not_allowed => 103,
# Misc. bug field errors
illegal_field => 104,
freetext_too_long => 104,