From ab0c3752e00dbd413862f08c8c191bdb7fbb3c26 Mon Sep 17 00:00:00 2001 From: robin Date: Thu, 16 Nov 2006 13:04:02 +0000 Subject: Fix variable assignment typo (Matt Kaatman). git-svn-id: https://svn.roundcube.net/trunk@370 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/func.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roundcubemail/program/steps/mail/func.inc b/roundcubemail/program/steps/mail/func.inc index 18ce9eca8..fb7b14c65 100644 --- a/roundcubemail/program/steps/mail/func.inc +++ b/roundcubemail/program/steps/mail/func.inc @@ -1083,7 +1083,7 @@ function rcmail_message_body($attrib) else if ($part->type=='content') { if (empty($part->ctype_parameters) || empty($part->ctype_parameters['charset'])) - $$part->ctype_parameters['charset'] = $MESSAGE['headers']->charset; + $part->ctype_parameters['charset'] = $MESSAGE['headers']->charset; // fetch part if not available if (!isset($part->body)) -- cgit v1.2.3