From 6e1470868a491a3f61bf8c7a9a1c4972afa2fd22 Mon Sep 17 00:00:00 2001 From: ecoValentin Date: Sat, 1 May 2021 18:03:08 +0000 Subject: [PATCH] Hotfix for typo in variable name --- rainloop/v/0.0.0/app/libraries/MailSo/Imap/ImapClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rainloop/v/0.0.0/app/libraries/MailSo/Imap/ImapClient.php b/rainloop/v/0.0.0/app/libraries/MailSo/Imap/ImapClient.php index a79f1bead..f4929acc8 100644 --- a/rainloop/v/0.0.0/app/libraries/MailSo/Imap/ImapClient.php +++ b/rainloop/v/0.0.0/app/libraries/MailSo/Imap/ImapClient.php @@ -675,7 +675,7 @@ class ImapClient extends \MailSo\Net\NetClient * https://github.com/the-djmaze/snappymail/issues/70 * https://github.com/RainLoop/rainloop-webmail/issues/2037 */ - $sFullNameRaw = \array_slice($oResponse->ResponseList, 4); + $sFullNameRaw = \array_slice($oImapResponse->ResponseList, 4); foreach ($sFullNameRaw as &$name) { if (\is_array($name)) { $name = "[{$name[0]}]";