@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 typo in PhabricatorUserPreferencesSearchEngine

Summary: Looks like a very old typo that prevented visiting `/settings/` on an install.

Test Plan:
1. Visit before this diff and get "PhabricatorSettingApplication is not installed."
2. Visit after this diff and get a functioning, if useless, search controller.

Reviewers: aklapper, O1 Blessed Committers

Reviewed By: aklapper, O1 Blessed Committers

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D26323

amy bones c94480b2 b82fb6ac

+1 -1
+1 -1
src/applications/settings/query/PhabricatorUserPreferencesSearchEngine.php
··· 8 8 } 9 9 10 10 public function getApplicationClassName() { 11 - return 'PhabricatorSettingApplication'; 11 + return PhabricatorSettingsApplication::class; 12 12 } 13 13 14 14 public function newQuery() {