diff --git a/class.phpmailer.php b/class.phpmailer.php index a9f4eb43..bfb8ecad 100644 --- a/class.phpmailer.php +++ b/class.phpmailer.php @@ -2888,7 +2888,7 @@ class PHPMailer { $current = 'to_header'; } else { if($current && strpos($header, ' =?') === 0){ - $$current .= $header; + $current .= $header; } else { $current = ''; }