1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-03-11 20:04:53 +01:00

Restore "Reply" action to Differential inline comments

Summary: Minor issue from D4117, user doesn't get passed down so inline comments are missing their "reply" link.

Test Plan: Looked at Differential, saw reply link.

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

Differential Revision: https://secure.phabricator.com/D4145
This commit is contained in:
epriestley 2012-12-10 15:12:32 -08:00
parent 89ab9d4acb
commit 6ed02e6ee8

View file

@ -989,6 +989,10 @@ final class DifferentialChangesetParser {
->setMarkupEngine($this->markupEngine)
->setHandles($this->handles);
if ($this->user) {
$renderer->setUser($this->user);
}
$shield = null;
if ($this->isTopLevel && !$this->comments) {
if ($this->isGenerated()) {