mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-19 13:22:42 +01:00
Removed extra space from Maniphest email subject line.
Summary: Like the title says. Test Plan: grep for ': ' didn't reveal any other similar problems. Reviewed By: jungejason Reviewers: epriestley, jungejason CC: jungejason Differential Revision: 121
This commit is contained in:
parent
461f608b5c
commit
2b77cea45f
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ class ManiphestTransactionEditor {
|
|||
|
||||
id(new PhabricatorMetaMTAMail())
|
||||
->setSubject(
|
||||
'[Maniphest] T'.$task->getID().' '.$action.': '.$task->getTitle())
|
||||
'[Maniphest] T'.$task->getID().' '.$action.': '.$task->getTitle())
|
||||
->setFrom($transaction->getAuthorPHID())
|
||||
->addTos($email_to)
|
||||
->addCCs($email_cc)
|
||||
|
|
Loading…
Reference in a new issue