From fb86cea3fcb5b4024e85f6c41ecbf242398d2c90 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Thu, 9 Jun 2022 10:09:49 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/projet/tasks/time.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/projet/tasks/time.php b/htdocs/projet/tasks/time.php index 0fb54aa1a48..08d44ffcbd8 100644 --- a/htdocs/projet/tasks/time.php +++ b/htdocs/projet/tasks/time.php @@ -247,7 +247,7 @@ if (($action == 'updateline' || $action == 'updatesplitline') && !$cancel && $us if (!$error) { if (GETPOST('taskid', 'int') != $id) { // GETPOST('taskid') is id of new task $id_temp = GETPOST('taskid', 'int'); // should not overwrite $id - + $object->fetchTimeSpent(GETPOST('lineid', 'int'));