Fix renamed function call

This commit is contained in:
Thomas Bruederli 2012-01-27 18:46:24 +01:00
parent fddafd3857
commit 8f7e7408d4

View file

@ -96,8 +96,8 @@ class calendar_itip
}
$message->headers($headers, true);
$message->setTXTBody(rcube_message::format_flowed($mailbody, 79));
$message->setTXTBody(rcube_mime::format_flowed($mailbody, 79));
// finally send the message
return rcmail_deliver_message($message, $headers['X-Sender'], $mailto, $smtp_error);
}