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

Token - fix fatal for installs with no tokens yet given

Summary: fixes github issue 326

Test Plan: visited /token/leaders and observed no fatals.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

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

+1
+1
src/applications/tokens/controller/PhabricatorTokenLeaderController.php
··· 16 16 $counts = $query->getTokenCounts(); 17 17 18 18 $handles = array(); 19 + $phids = array(); 19 20 if ($counts) { 20 21 $phids = mpull($objects, 'getPHID'); 21 22 $handles = id(new PhabricatorObjectHandleData($phids))