From a2367ddf7593b89af9b810001498126b54d28bf8 Mon Sep 17 00:00:00 2001 From: epriestley Date: Fri, 21 Dec 2012 07:58:25 -0800 Subject: [PATCH] Minor, fix a bad merge on my part. Auditors: btrahan --- .../view/PhabricatorApplicationTransactionCommentView.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/applications/transactions/view/PhabricatorApplicationTransactionCommentView.php b/src/applications/transactions/view/PhabricatorApplicationTransactionCommentView.php index 86f947d43e..4331bc27aa 100644 --- a/src/applications/transactions/view/PhabricatorApplicationTransactionCommentView.php +++ b/src/applications/transactions/view/PhabricatorApplicationTransactionCommentView.php @@ -100,8 +100,8 @@ class PhabricatorApplicationTransactionCommentView extends AphrontView { ->setID($this->getCommentID()) ->setName('comment') ->setLabel(pht('Comment')) - ->setUser($this->getUser())) - ->setValue($draft_comment) + ->setUser($this->getUser()) + ->setValue($draft_comment)) ->appendChild( id(new AphrontFormSubmitControl()) ->setValue($this->getSubmitButtonName()))