@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.

Send correct result in Phortune Charge List

Summary: Fixes T9074, we're sending $table and should send $result

Test Plan: Vast Wealth fake CC charge!

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T9074

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

+1 -1
+1 -1
src/applications/phortune/query/PhortuneChargeSearchEngine.php
··· 130 130 $result = new PhabricatorApplicationSearchResultView(); 131 131 $result->setTable($table); 132 132 133 - return $table; 133 + return $result; 134 134 } 135 135 }