]> wagnertech.de Git - timetracker.git/blobdiff - mobile/time_delete.php
Split data_entry right into track_time and track_expenses.
[timetracker.git] / mobile / time_delete.php
index 81e0c6540c7325444f0f9a5b75fc94534d0fe01b..63884d23378cdf85f724ca1b2107c200080bd803 100644 (file)
@@ -33,7 +33,7 @@ import('ttTimeHelper');
 import('DateAndTime');
 
 // Access check.
-if (!ttAccessAllowed('data_entry')) {
+if (!ttAccessAllowed('track_own_time')) {
   header('Location: access_denied.php');
   exit();
 }