X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/52efa3cc9f8ad94f363f41cc2bca472b6492268d..eb88312a950031020c710aa5994c445a0dfd4443:/time.php diff --git a/time.php b/time.php index 33768d46..782c3472 100644 --- a/time.php +++ b/time.php @@ -56,7 +56,7 @@ if ($request->isPost()) { } $userChanged = $request->getParameter('user_changed'); // Reused in multiple places below. if ($userChanged && !($user->can('track_time') && $user->isUserValid($request->getParameter('user')))) { - header('Location: access_denied.php'); // Group changed, but no rght or wrong group id. + header('Location: access_denied.php'); // Group changed, but no rght or wrong user id. exit(); } }