1
0
Fork 0
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:
tuomaspelkonen 2011-04-11 12:31:17 -07:00
parent 461f608b5c
commit 2b77cea45f

View file

@ -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)