send Quest submission mails only to moderators of the same Seminary as the Quest is of
This commit is contained in:
parent
51f734e407
commit
3aebed666e
1 changed files with 1 additions and 1 deletions
|
|
@ -1435,7 +1435,7 @@
|
|||
private function sendSubmissionMail($seminary, $questgroup, $quest, $character)
|
||||
{
|
||||
// Get system moderators
|
||||
$moderators = $this->Characters->getCharactersWithRole('moderator');
|
||||
$moderators = $this->Characters->getCharactersWithCharacterRole($seminary['id'], 'moderator');
|
||||
|
||||
// Send notification mail
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue