Fixed code in CC mails.
This commit is contained in:
parent
2f4da4aa88
commit
06e7b9f2f6
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ class Email implements \PHPCI\Plugin
|
|||
|
||||
if (is_array($ccList) && count($ccList)) {
|
||||
foreach ($ccList as $address) {
|
||||
$message->addCc($address, $address);
|
||||
$email->addCc($address, $address);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue