X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=time.php;h=98a383fdd8d1533d158debc820c2c9c91970260b;hb=2178ec6d4efd6cad07b8f137415ecec207efcdad;hp=18979fe22b0f5500213688fad05aef50c39e730b;hpb=e7b081c97f2f2cfa69ca8df99afdeb8506eff726;p=timetracker.git diff --git a/time.php b/time.php index 18979fe2..98a383fd 100644 --- 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(); }