mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
Merge pull request #2094 from ecoValentin/master
Hotfix for typo in variable name
This commit is contained in:
commit
86e62d90ea
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/the-djmaze/snappymail/issues/70
|
||||||
* https://github.com/RainLoop/rainloop-webmail/issues/2037
|
* https://github.com/RainLoop/rainloop-webmail/issues/2037
|
||||||
*/
|
*/
|
||||||
$sFullNameRaw = \array_slice($oResponse->ResponseList, 4);
|
$sFullNameRaw = \array_slice($oImapResponse->ResponseList, 4);
|
||||||
foreach ($sFullNameRaw as &$name) {
|
foreach ($sFullNameRaw as &$name) {
|
||||||
if (\is_array($name)) {
|
if (\is_array($name)) {
|
||||||
$name = "[{$name[0]}]";
|
$name = "[{$name[0]}]";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue