Skip to content

Commit

Permalink
Update class.phpmailer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sveneld committed Apr 4, 2015
1 parent 30a5c73 commit 653d638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class.phpmailer.php
Original file line number Diff line number Diff line change
Expand Up @@ -3411,7 +3411,7 @@ public function DKIM_Add($headers_line, $subject, $body)
$to_header = $header;
$current = 'to_header';
} else {
if ($$current && strpos($header, ' =?') === 0) {
if (!empty($$current) && strpos($header, ' =?') === 0) {
$$current .= $header;
} else {
$current = '';
Expand Down

0 comments on commit 653d638

Please sign in to comment.