remove unused variable
authorJoshua Rüsweg <josh@bastelstu.be>
Thu, 15 Jan 2015 15:22:42 +0000 (16:22 +0100)
committerJoshua Rüsweg <josh@bastelstu.be>
Thu, 15 Jan 2015 15:22:42 +0000 (16:22 +0100)
wcfsetup/install/files/lib/acp/form/UserGroupAddForm.class.php

index c87c295d7fac6b5535a82c0b6ae906efd37919d8..b99a1e12bf82c3c26c12c43f49022aad1a27c7e0 100755 (executable)
@@ -144,8 +144,6 @@ class UserGroupAddForm extends AbstractOptionListForm {
        public function save() {
                parent::save();
                
-               // get default group
-               $defaultGroup = UserGroup::getGroupByType(UserGroup::EVERYONE);
                $optionValues = $this->optionHandler->save();
                
                $data = array(