From: Alexander Ebert Date: Fri, 12 Apr 2019 09:28:52 +0000 (+0200) Subject: The groupType=5 is already in use by moderated groups X-Git-Tag: 5.2.0_Alpha_1~136^2~6 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1e448175dead44ae9157a8a1223d5d069b1e7b84;p=GitHub%2FWoltLab%2FWCF.git The groupType=5 is already in use by moderated groups `9` is the largest available number due to TINYINT(1) --- 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