From: Michael M Slusarz Date: Mon, 26 Jul 2010 06:16:29 +0000 (-0600) Subject: Use parameter in correct function call X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7506739fa63f9c0bcd224820e566a256ba6167be;p=horde.git Use parameter in correct function call --- 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. */