mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 18:19:22 +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',
|
||||
AUTHOR = 'SnappyMail',
|
||||
URL = 'https://snappymail.eu/',
|
||||
VERSION = '2.3',
|
||||
RELEASE = '2023-02-07',
|
||||
VERSION = '2.4',
|
||||
RELEASE = '2023-02-08',
|
||||
REQUIRED = '2.25.0',
|
||||
CATEGORY = 'General',
|
||||
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)
|
||||
{
|
||||
if (!empty($aResponse['Result']['@Collection'])) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue