Minor, fix a bad merge on my part.
Auditors: btrahan
This commit is contained in:
@@ -100,8 +100,8 @@ class PhabricatorApplicationTransactionCommentView extends AphrontView {
|
|||||||
->setID($this->getCommentID())
|
->setID($this->getCommentID())
|
||||||
->setName('comment')
|
->setName('comment')
|
||||||
->setLabel(pht('Comment'))
|
->setLabel(pht('Comment'))
|
||||||
->setUser($this->getUser()))
|
->setUser($this->getUser())
|
||||||
->setValue($draft_comment)
|
->setValue($draft_comment))
|
||||||
->appendChild(
|
->appendChild(
|
||||||
id(new AphrontFormSubmitControl())
|
id(new AphrontFormSubmitControl())
|
||||||
->setValue($this->getSubmitButtonName()))
|
->setValue($this->getSubmitButtonName()))
|
||||||
|
|||||||
Reference in New Issue
Block a user