Fixing style errors.

This commit is contained in:
stickler-ci 2022-06-09 10:09:49 +00:00
parent 8a48cd5989
commit fb86cea3fc

View File

@ -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'));