From 0a6d62b2d04dc3f6e40d77d652967c4c385cfc5b Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 9 Aug 2008 11:33:09 -0700 Subject: [PATCH] * fix typo --- Debbugs/Recipients.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Debbugs/Recipients.pm b/Debbugs/Recipients.pm index f4804e4..a73bbd9 100644 --- a/Debbugs/Recipients.pm +++ b/Debbugs/Recipients.pm @@ -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 (); } -- 2.39.2