Commit aca14df0 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 449663: Code error thrown when resolving bug as duplicate of a bug the…

Bug 449663: Code error thrown when resolving bug as duplicate of a bug the reporter cannot see - Patch by David Lawrence <dkl@redhat.com> r/a=LpSolit
parent b6d72360
......@@ -1222,7 +1222,7 @@ sub _check_dup_id {
# What if the reporter currently can't see the new bug? In the browser
# interface, we prompt the user. In other interfaces, we default to
# not adding the user, as the safest option.
elsif (Bugzilla->params->usage_mode == USAGE_MODE_BROWSER) {
elsif (Bugzilla->usage_mode == USAGE_MODE_BROWSER) {
# If we've already confirmed whether the user should be added...
my $cgi = Bugzilla->cgi;
my $add_confirmed = $cgi->param('confirm_add_duplicate');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment