mirror of
https://we.phorge.it/source/phorge.git
synced 2025-04-01 15:08:14 +02: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();
|
$email = $this->getAdapter()->getApplicationEmail();
|
||||||
if ($email) {
|
if ($email) {
|
||||||
$phids[] = $email;
|
$phids[] = $email->getPHID();
|
||||||
}
|
}
|
||||||
|
|
||||||
return $phids;
|
return $phids;
|
||||||
|
|
Loading…
Add table
Reference in a new issue