1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-10 00:42:40 +01:00

(stable) Promote 2016 Week 21

This commit is contained in:
epriestley 2016-05-20 16:24:48 -07:00
commit 0249f90a9a

View file

@ -651,7 +651,7 @@ EODIFF;
$results = $conduit->callMethodSynchronous('differential.query', $query);
foreach ($results as $key => $result) {
if ($result['sourcePath'] != $this->getPath()) {
if (idx($result, 'sourcePath') != $this->getPath()) {
unset($results[$key]);
}
}