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',
AUTHOR = 'SnappyMail',
URL = 'https://snappymail.eu/',
VERSION = '1.0',
RELEASE = '2024-02-05',
VERSION = '1.1',
RELEASE = '2024-03-10',
REQUIRED = '2.34.0',
CATEGORY = 'Login',
LICENSE = 'MIT',
@ -69,7 +69,7 @@ class LoginAutoconfigPlugin extends \RainLoop\Plugins\AbstractPlugin
'whiteList' => ''
]);
$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");
}
}
}