From 06779036db44ec799fee99173015c5349eb80c92 Mon Sep 17 00:00:00 2001 From: Simon Green Date: Sun, 30 Oct 2016 14:53:25 +1000 Subject: Bug 331007 - alias_in_use doesn't acknowledge that you could remove the alias from the other bug --- Bugzilla/Bug.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla') diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm index a41e4f1aa..46b16ffd6 100644 --- a/Bugzilla/Bug.pm +++ b/Bugzilla/Bug.pm @@ -1445,7 +1445,7 @@ sub _check_alias { && (!ref $invocant || $other_bug->id != $invocant->id)) { ThrowUserError("alias_in_use", { alias => $alias, - bug_id => $other_bug->id }); + other_bug => $other_bug }); } } -- cgit v1.2.3-24-g4f1b