]> wagnertech.de Git - timetracker.git/blobdiff - time_edit.php
Split data_entry right into track_time and track_expenses.
[timetracker.git] / time_edit.php
index b665bf862486cea03b8da011b41c1561c0384978..3f2035c98aea4d3d1aa6053d2dc778446a7cc3c7 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();
 }