X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/06c7ff20c26a9f1957ba3e2c909e5853e8b9ed70..ae00c14ac2999773e17a761542932cb95420430a:/week.php diff --git a/week.php b/week.php index be89944c..6bd2d492 100644 --- a/week.php +++ b/week.php @@ -39,7 +39,7 @@ import('ttTimeHelper'); import('DateAndTime'); // Access check. -if (!ttAccessAllowed('data_entry') || !$user->isPluginEnabled('wv')) { +if (!ttAccessAllowed('track_own_time') || !$user->isPluginEnabled('wv')) { header('Location: access_denied.php'); exit(); }