summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2007-06-12 19:05:59 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2007-06-12 19:05:59 +0000
commit1f82246264bc8fa0780a5aa6d0055d5eb29a4795 (patch)
tree450e53d322d16582f36bade8f2c6021143616da8 /roundcubemail/program/steps
parent4e2a7bbc1027f3238394e5721578756d3c4d730e (diff)
Minor bugfixes reported on the dev-list
git-svn-id: https://svn.roundcube.net/trunk@613 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps')
-rw-r--r--roundcubemail/program/steps/mail/sendmail.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/mail/sendmail.inc b/roundcubemail/program/steps/mail/sendmail.inc
index 37b57e20e..929f3ed3f 100644
--- a/roundcubemail/program/steps/mail/sendmail.inc
+++ b/roundcubemail/program/steps/mail/sendmail.inc
@@ -333,7 +333,7 @@ if (!$savedraft) {
// send message
$smtp_response = array();
- $sent = smtp_mail($from, $a_recipients, $MAIL_MIME->txtHeaders($send_headers), $msg_body, $smtp_response);
+ $sent = smtp_mail($from, $a_recipients, ($foo = $MAIL_MIME->txtHeaders($send_headers)), $msg_body, $smtp_response);
// log error
if (!$sent)