From 1dcdac1fe1f1e047278be0c9259941a910814cd6 Mon Sep 17 00:00:00 2001 From: nathangray Date: Wed, 2 Dec 2020 11:07:07 -0700 Subject: [PATCH] Try to avoid some "Illegal offset type" warnings --- api/src/Mail.php | 1 + 1 file changed, 1 insertion(+) diff --git a/api/src/Mail.php b/api/src/Mail.php index 3dc902c5e2..9664885959 100644 --- a/api/src/Mail.php +++ b/api/src/Mail.php @@ -3851,6 +3851,7 @@ class Mail //error_log(__METHOD__."->NotConnected and forceCheck with profile:".$this->profileID); //return false; //try to connect + $folderInfo[$this->profileID] = array(); } try {