@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 an issue with the Phortune card disable route

I think this got clipped in modernization at some point.

Auditors: chad

+1 -1
+1 -1
src/applications/phortune/controller/PhortunePaymentMethodDisableController.php
··· 5 5 6 6 public function handleRequest(AphrontRequest $request) { 7 7 $viewer = $request->getViewer(); 8 - $method_id = $request->getURIData('methodID'); 8 + $method_id = $request->getURIData('id'); 9 9 10 10 $method = id(new PhortunePaymentMethodQuery()) 11 11 ->setViewer($viewer)