@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 a typo in an admin tool

Summary: Fixes T6358.

Test Plan: ran bin/migrate

Reviewers: epriestley, chad

Reviewed By: chad

Subscribers: Korvin, epriestley

Maniphest Tasks: T6358

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

+1 -1
+1 -1
src/applications/config/management/PhabricatorConfigManagementMigrateWorkflow.php
··· 58 58 PhabricatorConfigEditor::deleteConfig( 59 59 $this->getViewer(), 60 60 $option, 61 - PhabricatorContentSource::newFromConsole()); 61 + PhabricatorContentSource::newConsoleSource()); 62 62 $key_count++; 63 63 $console->writeOut(pht( 64 64 'Migrated option "%s" from file to local config.', $key)."\n");