diff --git a/src/applications/phortune/controller/PhortuneCartController.php b/src/applications/phortune/controller/PhortuneCartController.php index 9fefc7db6e..628a466056 100644 --- a/src/applications/phortune/controller/PhortuneCartController.php +++ b/src/applications/phortune/controller/PhortuneCartController.php @@ -48,7 +48,7 @@ abstract class PhortuneCartController return null; } - $output = new PHUIRemarkupView($this->getUser(), $description); + $output = new PHUIRemarkupView($this->getViewer(), $description); $box = id(new PHUIBoxView()) ->addMargin(PHUI::MARGIN_LARGE)