From ea4cda6a912e197a0b787cc65d840350ae264bbc Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Sun, 10 Mar 2024 23:46:46 +0100 Subject: [PATCH] bugfix: autoconfig log error --- plugins/login-autoconfig/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/login-autoconfig/index.php b/plugins/login-autoconfig/index.php index 01bac9249..30f603eb1 100644 --- a/plugins/login-autoconfig/index.php +++ b/plugins/login-autoconfig/index.php @@ -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"); } } }