Another try to fix tt_client_project_binds.
[timetracker.git] / expenses.php
index 882e520..e459c37 100644 (file)
@@ -50,6 +50,7 @@ if (!$user->behalf_id && !$user->can('track_own_expenses') && !$user->adjustBeha
   header('Location: access_denied.php'); // Trying as self, but no right for self, and noone to work on behalf.
   exit();
 }
+// End of access checks.
 
 // Initialize and store date in session.
 $cl_date = $request->getParameter('date', @$_SESSION['date']);