From: Don Armstrong Date: Sun, 27 Jul 2008 13:10:42 +0000 (-0700) Subject: * pass on status to bug_presence X-Git-Tag: release/2.6.0~488^2~27 X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=99883e942647482486ad6bf56acdbce4c5c928da * pass on status to bug_presence --- diff --git a/Debbugs/Status.pm b/Debbugs/Status.pm index 8ac350b..72b040f 100644 --- a/Debbugs/Status.pm +++ b/Debbugs/Status.pm @@ -879,7 +879,8 @@ sub get_bug_status { $status{"pending"} = 'fixed' if ($tags{fixed}); - my $presence = bug_presence(map{(exists $param{$_})?($_,$param{$_}):()} + my $presence = bug_presence(status => \%status, + map{(exists $param{$_})?($_,$param{$_}):()} qw(bug sourceversions arch dist version found fixed package) ); if (defined $presence) {