* Adjust linked products issues when creating independent projects.

This commit is contained in:
tianshujie98
2020-12-10 13:24:16 +08:00
parent cf38a216e6
commit 2452239690
2 changed files with 13 additions and 16 deletions
+1 -1
View File
@@ -760,7 +760,7 @@ class program extends control
}
}
$allProducts = empty($programID) ? array() : $this->program->getPGMProductPairs($programID);
$allProducts = $this->program->getPGMProductPairs($programID);
$this->view->title = $this->lang->program->PRJCreate;
$this->view->position[] = $this->lang->program->PRJCreate;