diff --git a/src/applications/herald/adapter/HeraldDifferentialAdapter.php b/src/applications/herald/adapter/HeraldDifferentialAdapter.php index 873f18a2dd..e1e7628e49 100644 --- a/src/applications/herald/adapter/HeraldDifferentialAdapter.php +++ b/src/applications/herald/adapter/HeraldDifferentialAdapter.php @@ -27,7 +27,7 @@ abstract class HeraldDifferentialAdapter extends HeraldAdapter { ->needProjectPHIDs(true) ->executeOne(); } - $this->repository = false; + $this->repository = $repository; } return $this->repository;