From 1e448175dead44ae9157a8a1223d5d069b1e7b84 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 12 Apr 2019 11:28:52 +0200 Subject: [PATCH] The groupType=5 is already in use by moderated groups `9` is the largest available number due to TINYINT(1) --- wcfsetup/install/files/lib/data/user/group/UserGroup.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/data/user/group/UserGroup.class.php b/wcfsetup/install/files/lib/data/user/group/UserGroup.class.php index cf651a8c2a..256173c5c0 100644 --- a/wcfsetup/install/files/lib/data/user/group/UserGroup.class.php +++ b/wcfsetup/install/files/lib/data/user/group/UserGroup.class.php @@ -60,7 +60,7 @@ class UserGroup extends DatabaseObject implements ITitledObject { * the owner group is always an administrator group * @var int */ - const OWNER = 5; + const OWNER = 9; /** * group cache -- 2.20.1