Turn on some extra info to help figure out cause of 'Illegal offset type' warning

This commit is contained in:
nathangray 2019-01-04 10:49:55 -07:00
parent 089baa12a9
commit d21e848883

View File

@ -5607,9 +5607,9 @@ class Mail
} }
} }
} }
//error_log(__METHOD__.' ('.__LINE__.') '."[$this->icServer->ImapServerId][$_folder][$_uid][".(empty($_partID)?'NIL':$_partID)."]");
if (!$_stream) 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; $rawBody[$this->icServer->ImapServerId][$_folder][$_uid][(empty($_partID)?'NIL':$_partID)] = $body;
} }
return $body; return $body;