diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-11-13 19:44:52 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-11-13 19:44:52 +0100 |
commit | 540e13b8d50a52e9cb479e36bc6d1e16275a2cd5 (patch) | |
tree | 60dbd1b66f8762d6e6a79b0d9957cb323d17204a /program/steps/mail/func.inc | |
parent | d9698de979f6d30b5126472edd4af60c43aba870 (diff) |
Fix warning when 'autovalues' property isn't set
Diffstat (limited to 'program/steps/mail/func.inc')
-rw-r--r-- | program/steps/mail/func.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index 5e24a4311..01d95e059 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -1110,6 +1110,7 @@ function rcmail_message_body($attrib) if (!empty($MESSAGE->parts)) { foreach ($MESSAGE->parts as $i => $part) { + console($part); if ($part->type == 'headers') $out .= rcmail_message_headers(sizeof($header_attrib) ? $header_attrib : NULL, $part->headers); else if ($part->type == 'content') { |