Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15457456
D20936.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
624 B
Referenced Files
None
Subscribers
None
D20936.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
@@ -613,7 +613,8 @@
$viewer = $this->requireActor();
$body = id(new PhabricatorMetaMTAMailBody())
- ->setViewer($viewer);
+ ->setViewer($viewer)
+ ->setContextObject($object);
$revision_uri = $this->getObjectLinkButtonURIForMail($object);
$new_uri = $revision_uri.'/new/';
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 31, 4:54 PM (3 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7615561
Default Alt Text
D20936.diff (624 B)
Attached To
Mode
D20936: Pass context object to PhabricatorMetaMTAMailBody as this is done in parent class
Attached
Detach File
Event Timeline
Log In to Comment