X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=mobile%2Ftime_edit.php;h=25c5c92c386a9dfce8ba364eb646a7d499116345;hb=3f7ed883e1c7d75aacc49900b403f8e84a68dc3f;hp=73496ca412f892e31be362fa5836d97be0a6003e;hpb=d38c46c65768a94ede7ad708d4630adbaeaf36ca;p=timetracker.git diff --git a/mobile/time_edit.php b/mobile/time_edit.php index 73496ca4..25c5c92c 100644 --- a/mobile/time_edit.php +++ b/mobile/time_edit.php @@ -35,7 +35,7 @@ import('ttTimeHelper'); import('DateAndTime'); // Access check. -if (!ttAccessCheck(right_data_entry)) { +if (!ttAccessAllowed('track_own_time')) { header('Location: access_denied.php'); exit(); }