@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: See D10033.

Test Plan: `arc unit`

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: epriestley, Korvin

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

+1 -1
+1 -1
src/applications/phortune/query/PhortunePurchaseQuery.php
··· 87 87 } 88 88 89 89 public function getQueryApplicationClass() { 90 - return 'PhabricatorApplicationPhortune'; 90 + return 'PhabricatorPhortuneApplication'; 91 91 } 92 92 93 93 }