Fix missing parameter error
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 23 Jul 2010 22:27:21 +0000 (16:27 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 23 Jul 2010 22:27:21 +0000 (16:27 -0600)
framework/Mime/lib/Horde/Mime/Part.php

index 66ad8ea..bdb3eb1 100644 (file)
@@ -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. */