Fixed code in CC mails.
This commit is contained in:
parent
2aff5ab896
commit
2d194de6d0
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