From eff664883c295ba74e686f1ab564140ddd04c9a8 Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms <tleilax+github@gmail.com> Date: Mon, 11 Jul 2022 12:36:13 +0200 Subject: [PATCH] fix regression, re #1295 --- lib/phplib/Seminar_Auth.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/phplib/Seminar_Auth.class.php b/lib/phplib/Seminar_Auth.class.php index 6b3a5bebe27..bd796fabdc8 100644 --- a/lib/phplib/Seminar_Auth.class.php +++ b/lib/phplib/Seminar_Auth.class.php @@ -45,7 +45,7 @@ class Seminar_Auth */ public $auth = []; ## Data array - public $need_email_activation = false; + public $need_email_activation = null; /** * -- GitLab