1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-01 01:18:22 +01:00

SetUser on Timeline UIExample

Summary: Fixes T9103, sets the user

Test Plan: visit uiexamples timeline

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T9103

Differential Revision: https://secure.phabricator.com/D13823
This commit is contained in:
Chad Little 2015-08-07 08:14:20 -07:00
parent 58b622852f
commit f7b16c3bf9

View file

@ -196,6 +196,7 @@ final class PHUITimelineExample extends PhabricatorUIExample {
}
$timeline = id(new PHUITimelineView());
$timeline->setUser($user);
foreach ($events as $event) {
$timeline->addEvent($event);
}