From: Don Armstrong Date: Tue, 3 Apr 2018 20:11:54 +0000 (-0700) Subject: fix how status is passed to bug_presence X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d6f1aad95d291e7d6b1f79bc20949f98dbe60e75;p=debbugs.git fix how status is passed to bug_presence --- diff --git a/Debbugs/Status.pm b/Debbugs/Status.pm index 43e722e..666c31b 100644 --- a/Debbugs/Status.pm +++ b/Debbugs/Status.pm @@ -1404,7 +1404,7 @@ sub get_bug_statuses { $status->{"pending"} = 'fixed' if ($tags{fixed}); - my $presence = bug_presence(status => \%status, + my $presence = bug_presence(status => $status, bug => $bug, map{(exists $param{$_})?($_,$param{$_}):()} qw(sourceversions arch dist version found fixed package)