mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Was generating garbage instead of the Cc: line.
This commit is contained in:
parent
74ff9e9d38
commit
99716f684e
@ -99,7 +99,7 @@ sub DescCC {
|
||||
if (scalar(@$cclist) <= 0) {
|
||||
return "";
|
||||
}
|
||||
return "Cc: " . join(", ", $cclist) . "\n";
|
||||
return "Cc: " . join(", ", @$cclist) . "\n";
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user