Added missing value reset
authorMarcel Werk <burntime@woltlab.com>
Mon, 13 Apr 2020 13:38:19 +0000 (15:38 +0200)
committerMarcel Werk <burntime@woltlab.com>
Mon, 13 Apr 2020 13:38:19 +0000 (15:38 +0200)
wcfsetup/install/files/lib/acp/form/UserGroupAddForm.class.php

index b0ed0f24802b4de9c7ce9a06761e717e3d2c54fe..a2e74ecdb78657b4c3c11aff54432ad3ae7c2a1a 100755 (executable)
@@ -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();