From 5e54bf0393fffb4b373e9086d586b18463f97b12 Mon Sep 17 00:00:00 2001 From: Ingo Date: Sun, 12 Mar 2023 08:05:50 +0100 Subject: [PATCH] Update UserImporter.cs --- yaf_dnn/Components/Utils/UserImporter.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/yaf_dnn/Components/Utils/UserImporter.cs b/yaf_dnn/Components/Utils/UserImporter.cs index 631923f..8c17f0d 100644 --- a/yaf_dnn/Components/Utils/UserImporter.cs +++ b/yaf_dnn/Components/Utils/UserImporter.cs @@ -197,7 +197,6 @@ public static void SetYafHostUser([NotNull] int yafUserId, [NotNull] int boardId yafUserId, userInfo.Name, userInfo.DisplayName, - userInfo.Email, userFlags.BitValue, userInfo.RankID); }