X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/24364413261819a3a13dce97639fa6a3f670c4ca..fdaf50116c208e78b6c4de6e6fe263541163c4af:/role_edit.php diff --git a/role_edit.php b/role_edit.php index 25970bdd..946f8347 100644 --- a/role_edit.php +++ b/role_edit.php @@ -89,6 +89,7 @@ if ($request->isPost()) { if (ttRoleHelper::update(array( 'id' => $cl_role_id, 'name' => $cl_name, + 'rank' => $cl_rank, 'description' => $cl_description, 'status' => $cl_status))) { header('Location: roles.php');