mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 15:37:03 +03:00
bugfix: autoconfig log error
This commit is contained in:
parent
18a859c68f
commit
ea4cda6a91
1 changed files with 3 additions and 3 deletions
|
|
@ -11,8 +11,8 @@ class LoginAutoconfigPlugin extends \RainLoop\Plugins\AbstractPlugin
|
||||||
NAME = 'Login Autoconfig',
|
NAME = 'Login Autoconfig',
|
||||||
AUTHOR = 'SnappyMail',
|
AUTHOR = 'SnappyMail',
|
||||||
URL = 'https://snappymail.eu/',
|
URL = 'https://snappymail.eu/',
|
||||||
VERSION = '1.0',
|
VERSION = '1.1',
|
||||||
RELEASE = '2024-02-05',
|
RELEASE = '2024-03-10',
|
||||||
REQUIRED = '2.34.0',
|
REQUIRED = '2.34.0',
|
||||||
CATEGORY = 'Login',
|
CATEGORY = 'Login',
|
||||||
LICENSE = 'MIT',
|
LICENSE = 'MIT',
|
||||||
|
|
@ -69,7 +69,7 @@ class LoginAutoconfigPlugin extends \RainLoop\Plugins\AbstractPlugin
|
||||||
'whiteList' => ''
|
'whiteList' => ''
|
||||||
]);
|
]);
|
||||||
$oProvider->Save($oDomain);
|
$oProvider->Save($oDomain);
|
||||||
\SnappyMail\Log::notice("Domain setup for '{$sDomain}' is created and active");
|
\SnappyMail\Log::notice('Autoconfig', "Domain setup for '{$sDomain}' is created and active");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue