mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-20 04:20:55 +01:00
Fix sending mail on Badges
Summary: Hopefully fixes mail issues. Don't have a local way of testing email replies, though. Test Plan: Comment on a badge, get mail! Reviewers: epriestley Reviewed By: epriestley Subscribers: seayoung1112, epriestley, Korvin Differential Revision: https://secure.phabricator.com/D13717
This commit is contained in:
parent
a3a5176b7e
commit
84b92afe08
1 changed files with 1 additions and 0 deletions
|
@ -181,6 +181,7 @@ final class PhabricatorBadgesEditor
|
|||
|
||||
protected function getMailTo(PhabricatorLiskDAO $object) {
|
||||
return array(
|
||||
$object->getCreatorPHID(),
|
||||
$this->requireActor()->getPHID(),
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue