mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 01:48:35 +01:00
try to catch further errors on structure retrieval
This commit is contained in:
parent
b094225f7a
commit
80d68f84c1
@ -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,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user