bugfix: autoconfig log error

This commit is contained in:
the-djmaze 2024-03-10 23:46:46 +01:00
parent 18a859c68f
commit ea4cda6a91

View file

@ -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");
} }
} }
} }