1
0
Fork 0
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:
epriestley 2013-03-07 17:21:37 -08:00
parent 91154c9cdf
commit 42235d9f1f

View file

@ -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',