summaryrefslogtreecommitdiff
path: root/program/steps/mail/get.inc
diff options
context:
space:
mode:
Diffstat (limited to 'program/steps/mail/get.inc')
-rw-r--r--program/steps/mail/get.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/get.inc b/program/steps/mail/get.inc
index fc6d99d07..5a4fea153 100644
--- a/program/steps/mail/get.inc
+++ b/program/steps/mail/get.inc
@@ -73,7 +73,7 @@ else if ($_GET['_part'])
if ($ctype_primary=='text')
{
- list($MESSAGE['parts']) = rcmail_parse_message($MESSAGE['structure'],
+ list($MESSAGE['parts']) = rcmail_parse_message($part,
array('safe' => (bool)$_GET['_safe'],
'prefer_html' => TRUE,
'get_url' => $GET_URL.'&_part=%s'));