Fixing style errors.
This commit is contained in:
parent
8a48cd5989
commit
fb86cea3fc
@ -247,7 +247,7 @@ if (($action == 'updateline' || $action == 'updatesplitline') && !$cancel && $us
|
|||||||
if (!$error) {
|
if (!$error) {
|
||||||
if (GETPOST('taskid', 'int') != $id) { // GETPOST('taskid') is id of new task
|
if (GETPOST('taskid', 'int') != $id) { // GETPOST('taskid') is id of new task
|
||||||
$id_temp = GETPOST('taskid', 'int'); // should not overwrite $id
|
$id_temp = GETPOST('taskid', 'int'); // should not overwrite $id
|
||||||
|
|
||||||
|
|
||||||
$object->fetchTimeSpent(GETPOST('lineid', 'int'));
|
$object->fetchTimeSpent(GETPOST('lineid', 'int'));
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user