From 7506739fa63f9c0bcd224820e566a256ba6167be Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 26 Jul 2010 00:16:29 -0600 Subject: [PATCH] Use parameter in correct function call --- framework/Mime/lib/Horde/Mime/Part.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Mime/lib/Horde/Mime/Part.php b/framework/Mime/lib/Horde/Mime/Part.php index 2805cf3c3..e7e96b22c 100644 --- a/framework/Mime/lib/Horde/Mime/Part.php +++ b/framework/Mime/lib/Horde/Mime/Part.php @@ -1795,7 +1795,7 @@ class Horde_Mime_Part } if (isset($data['description'])) { - $ob->setDescription(Horde_Mime::decode($data['description']), $ob->getCharset()); + $ob->setDescription(Horde_Mime::decode($data['description'], $ob->getCharset())); } /* Set the name. */ -- 2.11.0