try to catch further errors on structure retrieval

This commit is contained in:
Klaus Leithoff 2014-01-17 13:24:48 +00:00
parent b094225f7a
commit 80d68f84c1

View File

@ -3673,7 +3673,7 @@ class mail_bo
{ {
return array( return array(
array( array(
'body' => null, 'body' => '',
'mimeType' => 'text/plain', 'mimeType' => 'text/plain',
'charSet' => self::$displayCharset, 'charSet' => self::$displayCharset,
) )