@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -1
+1 -1
src/applications/phortune/controller/PhortuneCartController.php
··· 48 48 return null; 49 49 } 50 50 51 - $output = new PHUIRemarkupView($this->getUser(), $description); 51 + $output = new PHUIRemarkupView($this->getViewer(), $description); 52 52 53 53 $box = id(new PHUIBoxView()) 54 54 ->addMargin(PHUI::MARGIN_LARGE)