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

Diffusion - fix error log spew from D5894

Summary: forgot to declare this method as static. PHP manages to make it work functionally anyway. Ref T2784. Fixes T3175.

Test Plan: loaded diffusion, observed no errors

Reviewers: chad, epriestley

CC: aran, Korvin

Maniphest Tasks: T3175, T2784

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

+1 -1
+1 -1
src/applications/diffusion/data/DiffusionRepositoryTag.php
··· 73 73 'type' => $this->getType()); 74 74 } 75 75 76 - public function newFromConduit(array $dicts) { 76 + public static function newFromConduit(array $dicts) { 77 77 $tags = array(); 78 78 foreach ($dicts as $dict) { 79 79 $tags[] = id(new DiffusionRepositoryTag())