From: Michael M Slusarz Date: Tue, 1 Dec 2009 21:36:45 +0000 (-0700) Subject: Bug #8746: Fix typo X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=5bf760ed3e9f08cb22f6d7f094ee24604917ffcc;p=horde.git Bug #8746: Fix typo --- diff --git a/framework/Mime/lib/Horde/Mime/Mail.php b/framework/Mime/lib/Horde/Mime/Mail.php index 3d03e4950..90602cc3d 100644 --- a/framework/Mime/lib/Horde/Mime/Mail.php +++ b/framework/Mime/lib/Horde/Mime/Mail.php @@ -234,7 +234,7 @@ class Horde_Mime_Mail $this->_htmlBody->setCharset($charset); $this->_htmlBody->setContents($body); if ($alternative) { - $this->setBody(Horde_Text_Filter::filter($body, 'html2text', array('wrap' => false), $charset)); + $this->setBody(Horde_Text_Filter::filter($body, 'html2text', array('wrap' => false)), $charset); } }