diff --git a/phpBB/admin/admin_groups.php b/phpBB/admin/admin_groups.php index 7c124920f4..b75a799b1e 100644 --- a/phpBB/admin/admin_groups.php +++ b/phpBB/admin/admin_groups.php @@ -60,7 +60,7 @@ switch ($action) { $group_name = $_POST['group_name']; $group_description = $_POST['group_description']; - + $group_type = $_POST['group_type']; } if ($action == 'edit' && empty($_POST['submit'])) @@ -114,7 +114,19 @@ switch ($action) ?> -