diff --git a/src/applications/herald/adapter/HeraldDifferentialAdapter.php b/src/applications/herald/adapter/HeraldDifferentialAdapter.php --- a/src/applications/herald/adapter/HeraldDifferentialAdapter.php +++ b/src/applications/herald/adapter/HeraldDifferentialAdapter.php @@ -27,7 +27,7 @@ ->needProjectPHIDs(true) ->executeOne(); } - $this->repository = false; + $this->repository = $repository; } return $this->repository;