mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 23:02: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) {
|
if ($rev_auxiliary) {
|
||||||
$phids = idx($rev_auxiliary, 'phabricator:depends-on', array());
|
$phids = idx($rev_auxiliary, 'phabricator:depends-on', array());
|
||||||
|
if ($phids) {
|
||||||
$dep_on_revs = $this->getConduit()->callMethodSynchronous(
|
$dep_on_revs = $this->getConduit()->callMethodSynchronous(
|
||||||
'differential.query',
|
'differential.query',
|
||||||
array(
|
array(
|
||||||
|
@ -398,6 +398,7 @@ EOTEXT
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
$message = $this->getConduit()->callMethodSynchronous(
|
$message = $this->getConduit()->callMethodSynchronous(
|
||||||
'differential.getcommitmessage',
|
'differential.getcommitmessage',
|
||||||
|
|
Loading…
Reference in a new issue