mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 08:57:03 +03:00
Issue #70 the error_log() is not needed anymore
This commit is contained in:
parent
801e3f8e2b
commit
795275334c
1 changed files with 1 additions and 4 deletions
|
|
@ -119,10 +119,7 @@ class ResponseCollection extends \MailSo\Base\Collection
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$sFullNameRaw = \implode('', $sFullNameRaw);
|
$sFullNameRaw = \implode('', $sFullNameRaw);
|
||||||
if (!\strlen($sFullNameRaw)) {
|
|
||||||
\error_log('ResponseCollection::getFoldersResult: invalid string ' . \var_export($oResponse->ResponseList[4], true));
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
$oFolder = new Folder($sFullNameRaw,
|
$oFolder = new Folder($sFullNameRaw,
|
||||||
$oResponse->ResponseList[3], $oResponse->ResponseList[2]);
|
$oResponse->ResponseList[3], $oResponse->ResponseList[2]);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue