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

Minor, fix MailImplementationTestAdapter constructor. See D2706.

+1 -1
+1 -1
src/applications/metamta/adapter/PhabricatorMailImplementationTestAdapter.php
··· 26 26 private $guts = array(); 27 27 private $config; 28 28 29 - public function __construct(array $config) { 29 + public function __construct(array $config = array()) { 30 30 $this->config = $config; 31 31 } 32 32