mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-25 08:12:40 +01:00
Added 'edit' field to 'getcommitmessage' conduit calls.
Summary: Server log was showing errors for undefined index 'edit'. Test Plan: arc lint Reviewed By: jungejason Reviewers: jungejason, grglr Commenters: grglr CC: aran, epriestley, grglr, jungejason, tuomaspelkonen Differential Revision: 217
This commit is contained in:
parent
17ac4d9ab1
commit
e04ea5c7d8
2 changed files with 2 additions and 0 deletions
|
@ -109,6 +109,7 @@ EOTEXT
|
||||||
'differential.getcommitmessage',
|
'differential.getcommitmessage',
|
||||||
array(
|
array(
|
||||||
'revision_id' => $revision_id,
|
'revision_id' => $revision_id,
|
||||||
|
'edit' => false,
|
||||||
));
|
));
|
||||||
|
|
||||||
if ($this->getArgument('show')) {
|
if ($this->getArgument('show')) {
|
||||||
|
|
|
@ -100,6 +100,7 @@ EOTEXT
|
||||||
'differential.getcommitmessage',
|
'differential.getcommitmessage',
|
||||||
array(
|
array(
|
||||||
'revision_id' => $revision_id,
|
'revision_id' => $revision_id,
|
||||||
|
'edit' => false,
|
||||||
));
|
));
|
||||||
|
|
||||||
if ($this->getArgument('show')) {
|
if ($this->getArgument('show')) {
|
||||||
|
|
Loading…
Reference in a new issue