]> wagnertech.de Git - timetracker.git/blobdiff - mobile/timer.php
More consistent use of isGet() and isPost() functions.
[timetracker.git] / mobile / timer.php
index cdb32c7b84ae8e8952e87d59c95163f42bdbb067..1fa6c137750291a96e06a21b67e079595eaf43a5 100644 (file)
@@ -61,7 +61,7 @@ if ($user->isPluginEnabled('cf')) {
 $cl_start = trim($request->getParameter('browser_time'));
 $cl_finish = trim($request->getParameter('browser_time'));
 // Custom field.
-$cl_cf_1 = trim($request->getParameter('cf_1', ($request->getMethod()=='POST'? null : @$_SESSION['cf_1'])));
+$cl_cf_1 = trim($request->getParameter('cf_1', ($request->isPost() ? null : @$_SESSION['cf_1'])));
 $_SESSION['cf_1'] = $cl_cf_1;
 $cl_billable = 1;
 if ($user->isPluginEnabled('iv')) {