mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 23:47:03 +03:00
Resolve #927 Call to undefined method MailboxDetectPlugin::Logger()
This commit is contained in:
parent
4ef78c24e1
commit
e12eeeafc6
1 changed files with 7 additions and 2 deletions
|
|
@ -9,8 +9,8 @@ class MailboxDetectPlugin extends \RainLoop\Plugins\AbstractPlugin
|
||||||
NAME = 'MailboxDetect',
|
NAME = 'MailboxDetect',
|
||||||
AUTHOR = 'SnappyMail',
|
AUTHOR = 'SnappyMail',
|
||||||
URL = 'https://snappymail.eu/',
|
URL = 'https://snappymail.eu/',
|
||||||
VERSION = '2.3',
|
VERSION = '2.4',
|
||||||
RELEASE = '2023-02-07',
|
RELEASE = '2023-02-08',
|
||||||
REQUIRED = '2.25.0',
|
REQUIRED = '2.25.0',
|
||||||
CATEGORY = 'General',
|
CATEGORY = 'General',
|
||||||
LICENSE = 'MIT',
|
LICENSE = 'MIT',
|
||||||
|
|
@ -30,6 +30,11 @@ class MailboxDetectPlugin extends \RainLoop\Plugins\AbstractPlugin
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected function Logger() : \MailSo\Log\Logger
|
||||||
|
{
|
||||||
|
return $this->Manager()->Actions()->Logger();
|
||||||
|
}
|
||||||
|
|
||||||
public function AfterFolders(array &$aResponse)
|
public function AfterFolders(array &$aResponse)
|
||||||
{
|
{
|
||||||
if (!empty($aResponse['Result']['@Collection'])) {
|
if (!empty($aResponse['Result']['@Collection'])) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue