X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=role_edit.php;h=946f83476e9c3364f2cb79b12622a6658e884e2d;hb=f81ad45ed1f9178834ff56f4a3a2ee0839a43dd9;hp=25970bddfccd0aa78ec319e9e464523017fa3e36;hpb=bf4f6db7b2772e4cc3a0e382a7af35a144ce1c78;p=timetracker.git 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');