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

Fixing copy/paste mistake

Test Plan: doitlive

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+1 -1
+1 -1
src/applications/packages/editor/PhabricatorPackagesEditor.php
··· 4 4 extends PhabricatorApplicationTransactionEditor { 5 5 6 6 public function getEditorApplicationClass() { 7 - return 'PhabricatorPasteApplication'; 7 + return 'PhabricatorPackagesApplication'; 8 8 } 9 9 10 10 protected function supportsSearch() {