diff --git a/module/execution/.model.php.swp b/module/execution/.model.php.swp new file mode 100644 index 0000000000..86d8952036 Binary files /dev/null and b/module/execution/.model.php.swp differ diff --git a/module/execution/model.php b/module/execution/model.php index fca988cd84..cc4ed8183a 100644 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -539,6 +539,7 @@ class executionModel extends model $member->type = 'execution'; $member->hours = $this->config->execution->defaultWorkhours; $this->dao->replace(TABLE_TEAM)->data($member)->exec(); + $changedAccounts[$owner] = $owner; $teamMembers[$ownerField] = $member; }