Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13964304
D13738.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
579 B
Referenced Files
None
Subscribers
None
D13738.diff
View Options
diff --git a/src/applications/countdown/editor/PhabricatorCountdownEditor.php b/src/applications/countdown/editor/PhabricatorCountdownEditor.php
--- a/src/applications/countdown/editor/PhabricatorCountdownEditor.php
+++ b/src/applications/countdown/editor/PhabricatorCountdownEditor.php
@@ -160,7 +160,7 @@
protected function buildMailTemplate(PhabricatorLiskDAO $object) {
$monogram = $object->getMonogram();
- $name = $object->getName();
+ $name = $object->getTitle();
return id(new PhabricatorMetaMTAMail())
->setSubject("{$monogram}: {$name}")
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Oct 16 2024, 8:01 PM (4 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6718962
Default Alt Text
D13738.diff (579 B)
Attached To
Mode
D13738: Fix mail title in Countdown
Attached
Detach File
Event Timeline
Log In to Comment