mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-06 14:58:19 +08:00
Hotfix for typo in variable name
This commit is contained in:
parent
4ae9252c76
commit
6e1470868a
1 changed files with 1 additions and 1 deletions
|
@ -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]}]";
|
||||
|
|
Loading…
Reference in a new issue