mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Pass $all_changesets, not $changesets, to inline rendering logic
Summary: `$all_changesets` has all the changesets. Auditors: btrahan
This commit is contained in:
parent
ee38e33496
commit
c7ca3cd4ab
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ final class DifferentialRevisionViewController extends DifferentialController {
|
|||
|
||||
$comment_view = $this->buildTransactions(
|
||||
$revision,
|
||||
$changesets);
|
||||
$all_changesets);
|
||||
|
||||
$wrap_id = celerity_generate_unique_node_id();
|
||||
$comment_view = phutil_tag(
|
||||
|
|
Loading…
Reference in a new issue