1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-22 14:52:41 +01:00

Rename setViewer() to setUser() in feed.query

Summary: D4270 missed a spot I think.

Test Plan: Called it.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D4271
This commit is contained in:
vrana 2012-12-21 14:01:50 -08:00
parent 479ed08ee1
commit 394340fd8f

View file

@ -91,7 +91,7 @@ final class ConduitAPI_feed_query_Method extends ConduitAPIMethod {
$view = $story->renderView();
$view->setEpoch($story->getEpoch());
$view->setViewer($user);
$view->setUser($user);
switch ($view_type) {
case 'html':