changed order of methods
Signed-off-by: Tomasz Paluszkiewicz <tomasz.paluszkiewicz@gmail.com>
This commit is contained in:
parent
65853a3314
commit
52dcc9550c
1 changed files with 1 additions and 1 deletions
|
@ -435,8 +435,8 @@ EOF;
|
|||
$text = htmlspecialchars($text);
|
||||
}
|
||||
|
||||
$this->ensureBodyIsOpened();
|
||||
$this->ensureBodyListClosed();
|
||||
$this->ensureBodyIsOpened();
|
||||
|
||||
$this->htmlBody .= vsprintf($this->bodyText, [$text]);
|
||||
if ($plainText !== false) {
|
||||
|
|
Loading…
Reference in a new issue