From 1f82246264bc8fa0780a5aa6d0055d5eb29a4795 Mon Sep 17 00:00:00 2001 From: thomasb Date: Tue, 12 Jun 2007 19:05:59 +0000 Subject: Minor bugfixes reported on the dev-list git-svn-id: https://svn.roundcube.net/trunk@613 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/sendmail.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/steps') 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) -- cgit v1.2.3