]> git.donarmstrong.com Git - debbugs.git/commitdiff
* pass on status to bug_presence
authorDon Armstrong <don@donarmstrong.com>
Sun, 27 Jul 2008 13:10:42 +0000 (06:10 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sun, 27 Jul 2008 13:10:42 +0000 (06:10 -0700)
Debbugs/Status.pm

index 8ac350b62255d5a615729089a9b404cdf4b124eb..72b040f545a2879759d704eaa052227ee4da2c6d 100644 (file)
@@ -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) {