]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/CGI/Pkgreport.pm
* accept dist like we're supposed to
[debbugs.git] / Debbugs / CGI / Pkgreport.pm
index 51ebe42266119cdb0cc5ae9dfb8c4bb133319ed5..ab161ea1089e16908660633dd0fa289179bb965c 100644 (file)
@@ -248,6 +248,7 @@ sub short_bug_status_html {
                                           '&version_url'   => \&Debbugs::CGI::version_url,
                                           '&secs_to_english' => \&Debbugs::Common::secs_to_english,
                                           '&strftime'      => \&POSIX::strftime,
+                                          '&maybelink'     => \&Debbugs::CGI::maybelink,
                                          },
                            );
 
@@ -403,6 +404,9 @@ sub pkg_htmlizebugs {
                                          options  => {type => HASHREF,
                                                       default => {},
                                                      },
+                                         dist     => {type => SCALAR,
+                                                      optional => 1,
+                                                     },
                                         }
                              );
      my @bugs = @{$param{bugs}};