Fix regression in displaying contents of message/rfc822 parts (#1490606)

pull/314/head
Aleksander Machniak 9 years ago
parent faacb9d30b
commit 6463b662ca

@ -1,6 +1,8 @@
CHANGELOG Roundcube Webmail
===========================
- Fix regression in displaying contents of message/rfc822 parts (#1490606)
RELEASE 1.2-beta
----------------
- Update TinyMCE to version 4.2

@ -1240,6 +1240,8 @@ function rcmail_message_body($attrib)
$part = $msgpart;
$out .= html::div('message-partheaders', rcmail_message_headers(sizeof($header_attrib) ? $header_attrib : null, $part->headers));
}
$body = $part->body;
}
// message is cached but not exists (#1485443), or other error

Loading…
Cancel
Save