From ff9fa7efb64d1037a8ea8c7b2b28569efb391594 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 9 Aug 2008 11:55:08 -0700 Subject: [PATCH] * pass dist on like it should be --- cgi/pkgreport.cgi | 1 + 1 file changed, 1 insertion(+) diff --git a/cgi/pkgreport.cgi b/cgi/pkgreport.cgi index 3750949..570100d 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"; -- 2.39.2