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