mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-20 12:30:56 +01:00
Fix a missed call to setCommit() on DiffusionRequest
See: <https://github.com/facebook/phabricator/issues/608> Test Plan: Viewed a Subversion diff. Grepped for `setCommit()` again. Auditors: btrahan
This commit is contained in:
parent
15561a27c3
commit
f2d72ced4b
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ final class ConduitAPI_diffusion_diffquery_Method
|
|||
}
|
||||
|
||||
$drequest = clone $drequest;
|
||||
$drequest->setCommit($effective_commit);
|
||||
$drequest->updateSymbolicCommit($effective_commit);
|
||||
|
||||
$path_change_query = DiffusionPathChangeQuery::newFromDiffusionRequest(
|
||||
$drequest);
|
||||
|
|
Loading…
Reference in a new issue