summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-08-06 13:22:20 +0000
committeralecpl <alec@alec.pl>2010-08-06 13:22:20 +0000
commiteef0dae8650e4a639cb5048300c416b4f586e189 (patch)
treea5ce71b415a57b615df586f3da71f4c44fb62180
parent5ced9ca0756ca20e67d6a2ffdb4c1b6ca4192192 (diff)
- Last commit fix
-rw-r--r--program/include/rcube_message.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcube_message.php b/program/include/rcube_message.php
index 124120b3c..ded019cdd 100644
--- a/program/include/rcube_message.php
+++ b/program/include/rcube_message.php
@@ -248,7 +248,7 @@ class rcube_message
private function parse_structure($structure, $recursive = false)
{
// real content-type of message/rfc822 part
- if ($mimetype == 'message/rfc822' && $structure->real_mimetype)
+ if ($structure->mimetype == 'message/rfc822' && $structure->real_mimetype)
$mimetype = $structure->real_mimetype;
else
$mimetype = $structure->mimetype;