mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 17:07:03 +03:00
Bugfix: MailSo ResponseCollection undefined oLogger
Bugfix: MailSo cache driver file, no need for double mkdir()
This commit is contained in:
parent
e99a69a9aa
commit
aa3f71d299
3 changed files with 7 additions and 12 deletions
|
|
@ -578,7 +578,7 @@ class ImapClient extends \MailSo\Net\NetClient
|
|||
$this->aFetchCallbacks = array();
|
||||
}
|
||||
|
||||
return $oResult->getFetchResult();
|
||||
return $oResult->getFetchResult($this->oLogger);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue