From 807e884a947a2726af34721e91a6f7cbd8dff530 Mon Sep 17 00:00:00 2001 From: stekkel Date: Mon, 26 Aug 2002 09:31:22 +0000 Subject: [PATCH] typo git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3459 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mime.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/mime.php b/functions/mime.php index 32408884..3563a998 100644 --- a/functions/mime.php +++ b/functions/mime.php @@ -339,7 +339,7 @@ function formatBody($imap_stream, $message, $color, $wrap_at, $ent_num, $id, $ma $body = strtr($body, $entity_conv); $body = trim($body); translateText($body, $wrap_at, - $body_message->header->getParameter['charset']); + $body_message->header->getParameter('charset')); } else { $body = magicHTML( $body, $id, $message, $mailbox ); } -- 2.25.1