X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/207eb3b5bf14dcfeefead3a894c4056d06a102ea..96dd4d9712381a9c2d9df96961f96dc4c2dcc6f2:/role_add.php diff --git a/role_add.php b/role_add.php index c8df24c7..cb3d6f40 100644 --- a/role_add.php +++ b/role_add.php @@ -63,6 +63,7 @@ if ($request->isPost()) { // 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,