Update class.phpmailer.php
Fixed typo in DKIM_Add function.
This commit is contained in:
parent
82cce95c28
commit
83bebcc1ff
|
|
@ -2888,7 +2888,7 @@ class PHPMailer {
|
|||
$current = 'to_header';
|
||||
} else {
|
||||
if($current && strpos($header, ' =?') === 0){
|
||||
$$current .= $header;
|
||||
$current .= $header;
|
||||
} else {
|
||||
$current = '';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue