From 00e1922daa260de246c36df463e4ed39ced97e71 Mon Sep 17 00:00:00 2001 From: Yagami <976204163@qq.com> Date: Thu, 1 Apr 2021 16:04:40 +0800 Subject: [PATCH] * Fix error. --- module/execution/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/model.php b/module/execution/model.php index a1fcfd5cdc..c266ce55ac 100644 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -378,7 +378,7 @@ class executionModel extends model $member->hours = $this->config->execution->defaultWorkhours; $this->dao->insert(TABLE_TEAM)->data($member)->exec(); - $this->addExecutionMembers($sprint->project, array($member)); + $this->addProjectMembers($sprint->project, array($member)); } /* Create doc lib. */