@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 visibility of `PhabricatorLiskDAO::establishLiveConnection` method

Summary: Ref T6822.

Test Plan: `grep`. This method is only called from within `LiskDAO::establishConnection()`.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T6822

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

+1 -1
+1 -1
src/infrastructure/storage/lisk/PhabricatorLiskDAO.php
··· 50 50 /** 51 51 * @task config 52 52 */ 53 - public function establishLiveConnection($mode) { 53 + protected function establishLiveConnection($mode) { 54 54 $namespace = self::getStorageNamespace(); 55 55 56 56 $conf = PhabricatorEnv::newObjectFromConfig(