posaune
[timetracker.git] / predefined_expense_add.php
index 0bff7e0..2a0ab6b 100644 (file)
@@ -39,6 +39,7 @@ if (!$user->isPluginEnabled('ex')) {
   header('Location: feature_disabled.php');
   exit();
 }
+// End of access checks.
 
 if ($request->isPost()) {
   $cl_name = trim($request->getParameter('name'));