mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-22 21:40:55 +01:00
Minor, fix a bad merge on my part.
Auditors: btrahan
This commit is contained in:
parent
b116861b16
commit
a2367ddf75
1 changed files with 2 additions and 2 deletions
|
@ -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()))
|
||||||
|
|
Loading…
Reference in a new issue