0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 18:03:04 +02:00

Revert previous incorrect change

This commit is contained in:
Marcus Bointon 2019-10-23 15:14:18 +02:00
parent ee7c65c781
commit 3d800d7e54

View File

@ -2438,7 +2438,7 @@ class PHPMailer
$result .= $this->getMailMIME(); $result .= $this->getMailMIME();
} }
return $result . static::$LE; return $result;
} }
/** /**