Commit 9fcffec7c51b58eeb5a53acd7facceee2bb76e1b
1 parent
d9b59c1c
Exists in
master
and in
56 other branches
Minor fix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/InputOutput/IHMImpl/Tools/IHMJobsManagerClass.php
... | ... | @@ -432,7 +432,7 @@ class IHMJobsManagerClass { |
432 | 432 | /* |
433 | 433 | * @brief Update the status of a job |
434 | 434 | */ |
435 | - public function updateJobStatus($id, $running, $exitcode, $exectime) | |
435 | + public function updateJobStatus($id, $running, $exitcode, $exectime = 0) | |
436 | 436 | { |
437 | 437 | $res = $this->init(); |
438 | 438 | if (!$res['success']) | ... | ... |