From: Marcel Werk Date: Mon, 13 Apr 2020 13:38:19 +0000 (+0200) Subject: Added missing value reset X-Git-Tag: 5.2.6~58 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ac8c332bf603a848aac751859167cc4ceb6d6439;p=GitHub%2FWoltLab%2FWCF.git Added missing value reset --- diff --git a/wcfsetup/install/files/lib/acp/form/UserGroupAddForm.class.php b/wcfsetup/install/files/lib/acp/form/UserGroupAddForm.class.php index b0ed0f2480..a2e74ecdb7 100755 --- a/wcfsetup/install/files/lib/acp/form/UserGroupAddForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/UserGroupAddForm.class.php @@ -192,6 +192,7 @@ class UserGroupAddForm extends AbstractOptionListForm { // reset values $this->groupName = ''; + $this->userOnlineMarking = '%s'; $this->allowMention = $this->priority = $this->showOnTeamPage = 0; I18nHandler::getInstance()->reset();