X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/bf4f6db7b2772e4cc3a0e382a7af35a144ce1c78..73bd55c5aaa9459806ef9fa899cc5a24513727bc:/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');