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:
commit
0249f90a9a
1 changed files with 1 additions and 1 deletions
|
@ -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]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue