]> wagnertech.de Git - timetracker.git/blobdiff - time.php
Improved population of on behalf dropdowns on week view and expenses pages.
[timetracker.git] / time.php
index 18979fe22b0f5500213688fad05aef50c39e730b..98a383fdd8d1533d158debc820c2c9c91970260b 100644 (file)
--- a/time.php
+++ b/time.php
@@ -51,7 +51,7 @@ if ($user->behalf_id && (!$user->can('track_time') || !$user->checkBehalfId()))
   exit();
 }
 if (!$user->behalf_id && !$user->can('track_own_time') && !$user->adjustBehalfId()) {
-  header('Location: access_denied.php'); // Trying as self, but no right for self, and noone to view on behalf.
+  header('Location: access_denied.php'); // Trying as self, but no right for self, and noone to work on behalf.
   exit();
 }