X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/d38c46c65768a94ede7ad708d4630adbaeaf36ca..813f43a9406fb5adfb8c6e89cd97b06a11da58c9:/mobile/time_edit.php 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(); }