]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/Recipients.pm
* fix typo
[debbugs.git] / Debbugs / Recipients.pm
index f4804e4df35766ace643203f160750d9e0f8c05e..a73bbd9a91bc933df62b45fa0ad0beb16f62835a 100644 (file)
@@ -305,7 +305,7 @@ sub determine_recipients {
      for (qw(to cc bcc)) {
          if ($param{$_}) {
               if (exists $final_recipients{$_}) {
-                   return @{$final_recipients{$_}|[]};
+                   return @{$final_recipients{$_}||[]};
               }
               return ();
          }