mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
quitening warning if no body (array) is to displayed
This commit is contained in:
parent
7b8b5c5190
commit
f89eed6c9e
@ -1186,7 +1186,7 @@
|
||||
|
||||
#_debug_array($bodyParts); exit;
|
||||
|
||||
foreach($bodyParts as $singleBodyPart) {
|
||||
foreach((array)$bodyParts as $singleBodyPart) {
|
||||
if (!isset($singleBodyPart['body'])) {
|
||||
$singleBodyPart['body'] = $this->getdisplayableBody($singleBodyPart);
|
||||
$body .= $singleBodyPart['body'];
|
||||
|
Loading…
Reference in New Issue
Block a user