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(
array(
'body' => null,
'body' => '',
'mimeType' => 'text/plain',
'charSet' => self::$displayCharset,
)