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 c4e50f3de4
commit 0ccd9cbe0c

View File

@ -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;