From: Michael M Slusarz Date: Fri, 23 Jul 2010 22:27:21 +0000 (-0600) Subject: Fix missing parameter error X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=4db2d3b58a6085706ca1cf85c3a89463d54e3e0b;p=horde.git Fix missing parameter error --- diff --git a/framework/Mime/lib/Horde/Mime/Part.php b/framework/Mime/lib/Horde/Mime/Part.php index 66ad8ea96..bdb3eb10c 100644 --- a/framework/Mime/lib/Horde/Mime/Part.php +++ b/framework/Mime/lib/Horde/Mime/Part.php @@ -1793,7 +1793,7 @@ class Horde_Mime_Part } if (isset($data['description'])) { - $ob->setDescription(Horde_Mime::decode($data['description'])); + $ob->setDescription(Horde_Mime::decode($data['description']), $ob->getCharset()); } /* Set the name. */