Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15293734
D8527.id20233.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
647 B
Referenced Files
None
Subscribers
None
D8527.id20233.diff
View Options
diff --git a/src/applications/differential/editor/DifferentialTransactionEditor.php b/src/applications/differential/editor/DifferentialTransactionEditor.php
--- a/src/applications/differential/editor/DifferentialTransactionEditor.php
+++ b/src/applications/differential/editor/DifferentialTransactionEditor.php
@@ -1428,7 +1428,8 @@
}
// Save extra email PHIDs for later.
- $this->heraldEmailPHIDs = $adapter->getEmailPHIDsAddedByHerald();
+ $email_phids = $adapter->getEmailPHIDsAddedByHerald();
+ $this->heraldEmailPHIDs = array_keys($email_phids);
// Apply build plans.
HarbormasterBuildable::applyBuildPlans(
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mar 6 2025, 4:35 AM (4 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7229632
Default Alt Text
D8527.id20233.diff (647 B)
Attached To
Mode
D8527: Fix "Send an email to" Herald rule for Differential
Attached
Detach File
Event Timeline
Log In to Comment