* code for task #5271.

This commit is contained in:
wangyidong
2019-02-25 11:26:51 +08:00
parent 5b23f6aba9
commit 178527100c
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -329,6 +329,7 @@ class projectModel extends model
/* Add the creator to team. */
if($copyProjectID == '' or !$creatorExists)
{
$this->app->loadLang('user');
$member = new stdclass();
$member->root = $projectID;
$member->account = $this->app->user->account;