]> git.donarmstrong.com Git - debbugs.git/commitdiff
* add missing keys to added packages in affects()
authorDon Armstrong <don@donarmstrong.com>
Fri, 24 Jul 2009 11:48:06 +0000 (04:48 -0700)
committerDon Armstrong <don@donarmstrong.com>
Fri, 24 Jul 2009 11:48:06 +0000 (04:48 -0700)
Debbugs/Control.pm

index 136a6dc54462719e67641361dcd961889463f764..3d94feea60b39bb29f1cc50b6186790b9674d08f 100644 (file)
@@ -1817,7 +1817,7 @@ sub affects {
              }
              if (keys %added_packages) {
                  $action .= "Added indication that $data->{bug_num} affects " .
-                  english_join([%added_packages]);
+                  english_join([keys %added_packages]);
              }
         }
        if (not length $action) {