* Fix details.

This commit is contained in:
Yagami
2020-11-02 17:32:24 +08:00
parent 478d51813f
commit 0be65f7950
5 changed files with 46 additions and 3 deletions
-1
View File
@@ -768,7 +768,6 @@ class program extends control
$projectID = $this->program->PRJCreate();
if(dao::isError()) $this->send(array('result' => 'fail', 'message' => $this->processErrors(dao::getError())));
$this->project->updateProducts($projectID);
$this->loadModel('action')->create('project', $projectID, 'opened');
if($from == 'PGM')