1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-22 13:30:55 +01:00

Minor, fix a bad merge on my part.

Auditors: btrahan
This commit is contained in:
epriestley 2012-12-21 07:58:25 -08:00
parent b116861b16
commit a2367ddf75

View file

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