Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2022-08-14 18:37:44 +0300
committerAleksander Machniak <alec@alec.pl>2022-08-14 18:37:44 +0300
commitcdb98e45013980d91c90f7d67b96de02972b405b (patch)
tree42842519e386f63f0db1aa9b55abcdb167808934
parent0a3a332866644ecf9aea34f4da480de73850bda5 (diff)
Small fix to the last commit
-rw-r--r--program/include/rcmail_sendmail.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcmail_sendmail.php b/program/include/rcmail_sendmail.php
index ed67f52bb..9e5c3d5f6 100644
--- a/program/include/rcmail_sendmail.php
+++ b/program/include/rcmail_sendmail.php
@@ -552,7 +552,7 @@ class rcmail_sendmail
$msg = $this->temp_files[$msg_id];
$headers = $message->txtHeaders();
}
- else {
+ else if (empty($msg)) {
$msg = $message->getMessage();
$headers = '';
}