]> git.donarmstrong.com Git - debbugs.git/commitdiff
* pass dist on like it should be
authorDon Armstrong <don@donarmstrong.com>
Sat, 9 Aug 2008 18:55:08 +0000 (11:55 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sat, 9 Aug 2008 18:55:08 +0000 (11:55 -0700)
cgi/pkgreport.cgi

index 3750949728c8dbbe38672d0d25d89445743383e1..570100dad78d8adb7066671ded9701438260aad4 100755 (executable)
@@ -421,6 +421,7 @@ my $result = pkg_htmlizebugs(bugs => \@bugs,
                             exclude => $exclude,
                             this => $this,
                             options => \%param,
+                            (exists $param{dist})?(dist    => $param{dist}):(),
                            );
 
 print "Content-Type: text/html; charset=utf-8\n\n";