diff --git a/module/task/control.php b/module/task/control.php index 2a7fdddedb..f0b8fe1ac7 100755 --- a/module/task/control.php +++ b/module/task/control.php @@ -47,7 +47,7 @@ class task extends control if(!empty($executionID)) $execution = $this->execution->getById($executionID); $executions = $this->execution->getPairs(0, 'all', isset($execution) ? (!common::canModify('execution', $execution) ? 'noclosed' : '') : 'noclosed'); $executionID = $this->execution->saveState($executionID, $executions); - $execution = $this->execution->getById($executionID); + $execution = $this->execution->getById($executionID); $this->execution->setMenu($executionID); $this->execution->getLimitedExecution();