* Fix bug.
This commit is contained in:
@@ -1200,9 +1200,8 @@ class execution extends control
|
||||
if($this->app->openApp == 'project')
|
||||
{
|
||||
if(!empty($copyExecutionID)) $projectID = $this->dao->select('project')->from(TABLE_EXECUTION)->where('id')->eq($copyExecutionID)->fetch('project');
|
||||
$project = $this->project->getByID($projectID);
|
||||
$model = $project->model;
|
||||
|
||||
$projectID = $this->project->saveState($projectID, $this->project->getPairsByProgram());
|
||||
$this->project->setMenu($projectID);
|
||||
}
|
||||
elseif($this->app->openApp == 'execution')
|
||||
|
||||
Reference in New Issue
Block a user