mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 00:32:42 +01:00
fix fatal - setViewer => setUser
Summary: D4249 missed a spot I think. Test Plan: no more fatal Reviewers: vrana, epriestley Reviewed By: vrana CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4270
This commit is contained in:
parent
2b0526e9f9
commit
479ed08ee1
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ final class PhabricatorFeedBuilder {
|
|||
}
|
||||
|
||||
$view = $story->renderView();
|
||||
$view->setViewer($user);
|
||||
$view->setUser($user);
|
||||
|
||||
$null_view->appendChild($view);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue