X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/722638fd8cc9400c5228106537effa1dcd0f7fa5..b1082e6ec27ca11586bd786b65f509d1a20220f6:/role_add.php diff --git a/role_add.php b/role_add.php index e1e16cc7..0386e5b1 100644 --- a/role_add.php +++ b/role_add.php @@ -63,8 +63,6 @@ if ($request->isPost()) { if (!$existing_role) { // Insert a role with default user rights. if (ttRoleHelper::insert(array( - 'group_id' => $user->group_id, - 'org_id' => $user->org_id, 'name' => $cl_name, 'rank' => $cl_rank, 'description' => $cl_description,