1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00

Pass $all_changesets, not $changesets, to inline rendering logic

Summary: `$all_changesets` has all the changesets.

Auditors: btrahan
This commit is contained in:
epriestley 2014-02-13 15:12:42 -08:00
parent ee38e33496
commit c7ca3cd4ab

View file

@ -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(