X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/4070ac772a00d8ffb9590ffdeca10e5d494c26e2..aad5111d2e9f3329dc1002e897dd910a60946d6c:/mobile/task_edit.php diff --git a/mobile/task_edit.php b/mobile/task_edit.php index 248167ff..e2dcc990 100644 --- a/mobile/task_edit.php +++ b/mobile/task_edit.php @@ -32,7 +32,7 @@ import('ttTeamHelper'); import('ttTaskHelper'); // Access check. -if (!ttAccessCheck(right_manage_team)) { +if (!ttAccessCheck(right_manage_team) || MODE_PROJECTS_AND_TASKS != $user->tracking_mode) { header('Location: access_denied.php'); exit(); }