From d21e848883390e2d0940b3cb04d218c73fe99f38 Mon Sep 17 00:00:00 2001 From: nathangray Date: Fri, 4 Jan 2019 10:49:55 -0700 Subject: [PATCH] Turn on some extra info to help figure out cause of 'Illegal offset type' warning --- api/src/Mail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/Mail.php b/api/src/Mail.php index 01292bb903..37151b2b72 100644 --- a/api/src/Mail.php +++ b/api/src/Mail.php @@ -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;