From 2b77cea45fb8d7994b71eebe95cc921ccfe9adaf Mon Sep 17 00:00:00 2001 From: tuomaspelkonen Date: Mon, 11 Apr 2011 12:31:17 -0700 Subject: [PATCH] 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 --- .../maniphest/editor/transaction/ManiphestTransactionEditor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/maniphest/editor/transaction/ManiphestTransactionEditor.php b/src/applications/maniphest/editor/transaction/ManiphestTransactionEditor.php index a8930d2956..5ab49be629 100644 --- a/src/applications/maniphest/editor/transaction/ManiphestTransactionEditor.php +++ b/src/applications/maniphest/editor/transaction/ManiphestTransactionEditor.php @@ -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)