From: Don Armstrong <don@donarmstrong.com>
Date: Sat, 9 Aug 2008 18:55:08 +0000 (-0700)
Subject:  * pass dist on like it should be
X-Git-Tag: release/2.6.0~485^2
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ff9fa7efb64d1037a8ea8c7b2b28569efb391594;p=debbugs.git

 * pass dist on like it should be
---

diff --git a/cgi/pkgreport.cgi b/cgi/pkgreport.cgi
index 37509497..570100da 100755
--- a/cgi/pkgreport.cgi
+++ b/cgi/pkgreport.cgi
@@ -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";