@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 application name

Summary: These files were added in D10001, which was submitted before (but landed after) D9982 had landed.

Test Plan: `arc unit`

Reviewers: epriestley, #blessed_reviewers, chad

Reviewed By: #blessed_reviewers, chad

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D10033

+2 -2
+1 -1
src/applications/phortune/query/PhortuneCartQuery.php
··· 97 97 } 98 98 99 99 public function getQueryApplicationClass() { 100 - return 'PhabricatorApplicationPhortune'; 100 + return 'PhabricatorPhortuneApplication'; 101 101 } 102 102 103 103 }
+1 -1
src/applications/phortune/query/PhortuneChargeQuery.php
··· 100 100 } 101 101 102 102 public function getQueryApplicationClass() { 103 - return 'PhabricatorApplicationPhortune'; 103 + return 'PhabricatorPhortuneApplication'; 104 104 } 105 105 106 106 }