mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-23 15:22:41 +01:00
Merge pull request #103 from dingram/unbreak-commit-parsing
Fix commit parsing in owners tool after bug introduced in 30ae22bfcf
This commit is contained in:
commit
a1729c1f93
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ final class PhabricatorOwnerPathQuery {
|
|||
PhabricatorRepository $repository,
|
||||
PhabricatorRepositoryCommit $commit) {
|
||||
|
||||
$drequest = DiffusionRequest::newFromAphrontRequestDictionary(
|
||||
$drequest = DiffusionRequest::newFromDictionary(
|
||||
array(
|
||||
'repository' => $repository,
|
||||
'commit' => $commit->getCommitIdentifier(),
|
||||
|
|
Loading…
Reference in a new issue