]> wagnertech.de Git - timetracker.git/blobdiff - cf_custom_field_add.php
Fixed prePopulateFromPastWeeks for week view plugin.
[timetracker.git] / cf_custom_field_add.php
index 8227d254136a2af342946f435758b3b992fafa99..c0dc255f6c1b38711cf3a3514a93f10e39781258 100644 (file)
@@ -45,6 +45,7 @@ if (count($fields) >= 1) {
   header('Location: access_denied.php');
   exit();
 }
+// End of access checks.
 
 if ($request->isPost()) {
   $cl_field_name = trim($request->getParameter('name'));