1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-31 08:58:20 +01:00

Fix Phortune cart fatal

Summary: This is failing locally for me, set to getViewer and pull up cart.

Test Plan: View cart with a description.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D15509
This commit is contained in:
Chad Little 2016-03-22 12:21:14 -07:00
parent 7868c5d7d0
commit 44c3f06ab9

View file

@ -48,7 +48,7 @@ abstract class PhortuneCartController
return null; return null;
} }
$output = new PHUIRemarkupView($this->getUser(), $description); $output = new PHUIRemarkupView($this->getViewer(), $description);
$box = id(new PHUIBoxView()) $box = id(new PHUIBoxView())
->addMargin(PHUI::MARGIN_LARGE) ->addMargin(PHUI::MARGIN_LARGE)