mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-19 19:21:10 +01:00
Fix a typo in the new "ApplicationEmailHeraldField"
Summary: This rule isn't quite right. Test Plan: Shipped email in with a rule in effect, saw correct value in transcript. Reviewers: btrahan, chad Reviewed By: chad Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D13578
This commit is contained in:
parent
0ffc7a8ab6
commit
b36d4025cb
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ final class PhabricatorMetaMTAApplicationEmailHeraldField
|
|||
|
||||
$email = $this->getAdapter()->getApplicationEmail();
|
||||
if ($email) {
|
||||
$phids[] = $email;
|
||||
$phids[] = $email->getPHID();
|
||||
}
|
||||
|
||||
return $phids;
|
||||
|
|
Loading…
Reference in a new issue