mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-26 00:32:41 +01:00
Minor, fix arc land
for the case of no dependencies.
Auditors: Afaque_Hussain
This commit is contained in:
parent
91154c9cdf
commit
42235d9f1f
1 changed files with 27 additions and 26 deletions
|
@ -365,7 +365,7 @@ EOTEXT
|
|||
|
||||
if ($rev_auxiliary) {
|
||||
$phids = idx($rev_auxiliary, 'phabricator:depends-on', array());
|
||||
|
||||
if ($phids) {
|
||||
$dep_on_revs = $this->getConduit()->callMethodSynchronous(
|
||||
'differential.query',
|
||||
array(
|
||||
|
@ -398,6 +398,7 @@ EOTEXT
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
$message = $this->getConduit()->callMethodSynchronous(
|
||||
'differential.getcommitmessage',
|
||||
|
|
Loading…
Reference in a new issue