Browse Source

changed order of methods

Signed-off-by: Tomasz Paluszkiewicz <tomasz.paluszkiewicz@gmail.com>
tags/v16.0.0alpha1
Tomasz Paluszkiewicz 5 years ago
parent
commit
52dcc9550c
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/private/Mail/EMailTemplate.php

+ 1
- 1
lib/private/Mail/EMailTemplate.php View File

@@ -435,8 +435,8 @@ EOF;
$text = htmlspecialchars($text);
}

$this->ensureBodyIsOpened();
$this->ensureBodyListClosed();
$this->ensureBodyIsOpened();

$this->htmlBody .= vsprintf($this->bodyText, [$text]);
if ($plainText !== false) {

Loading…
Cancel
Save