diff --git a/lib/phpmailer/class.phpmailer.php b/lib/phpmailer/class.phpmailer.php index 69a81b966eb..d6fcfe9d5b9 100644 --- a/lib/phpmailer/class.phpmailer.php +++ b/lib/phpmailer/class.phpmailer.php @@ -750,7 +750,6 @@ class PHPMailer // fall through case "alt_attachment": $this->AltBody = $this->WrapText($this->AltBody, $this->WordWrap); - break; default: $this->Body = $this->WrapText($this->Body, $this->WordWrap); break;