Skip to content

Commit

Permalink
corrected participants of gevParticipantTrainingCancelled-mail
Browse files Browse the repository at this point in the history
  • Loading branch information
klees committed Oct 22, 2015
1 parent f99e167 commit d40215f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ public function getTemplateCategory() {
}

public function getRecipientUserIDs() {
return $this->getCourseParticipants();
return array_merge( $this->getCourseCancelledWithoutCostsMembers()
, $this->getCourseCancelledWithCostsMembers()
);
}

public function getCC($a_recipient) {
Expand Down

0 comments on commit d40215f

Please sign in to comment.