mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Turn on some extra info to help figure out cause of 'Illegal offset type' warning
This commit is contained in:
parent
089baa12a9
commit
d21e848883
@ -5607,9 +5607,9 @@ class Mail
|
||||
}
|
||||
}
|
||||
}
|
||||
//error_log(__METHOD__.' ('.__LINE__.') '."[$this->icServer->ImapServerId][$_folder][$_uid][".(empty($_partID)?'NIL':$_partID)."]");
|
||||
if (!$_stream)
|
||||
{
|
||||
error_log(__METHOD__.' ('.__LINE__.') '."[$this->icServer->ImapServerId][$_folder][$_uid][".(empty($_partID)?'NIL':$_partID)."]");
|
||||
$rawBody[$this->icServer->ImapServerId][$_folder][$_uid][(empty($_partID)?'NIL':$_partID)] = $body;
|
||||
}
|
||||
return $body;
|
||||
|
Loading…
Reference in New Issue
Block a user