]> git.donarmstrong.com Git - debbugs.git/commitdiff
fix package url to include the target as well
authorDon Armstrong <don@donarmstrong.com>
Fri, 9 Mar 2018 18:38:56 +0000 (10:38 -0800)
committerDon Armstrong <don@donarmstrong.com>
Fri, 9 Mar 2018 18:38:56 +0000 (10:38 -0800)
Debbugs/CGI.pm

index 94669d4823865504530dbef0d1ccdbe95675064e..a80397f4ed18524069cbd3c3137e79f964a9d41e 100644 (file)
@@ -394,10 +394,11 @@ sub package_links {
             }
             if ($has_options) {
                 push @links,
-                    munge_url('pkgreport.cgi?',
+                    (munge_url('pkgreport.cgi?',
                               %options,
                               $t_type => $target,
-                             );
+                              ),
+                     $target);
             } else {
                 push @links,
                     ('pkgreport.cgi?'.$t_type.'='.uri_escape_utf8($target),