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

Summary: This doesn't have any impact on anything right now (we don't persist the query) but could in the future, so I just left it as-is but fixed the typo.

Test Plan: looked at it carefully

Reviewers: btrahan, chad

Reviewed By: chad

Subscribers: WikiChad, epriestley

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

+1 -1
+1 -1
src/applications/maniphest/query/ManiphestTaskQuery.php
··· 445 445 // In doing a fulltext search, we first find all the PHIDs that match the 446 446 // fulltext search, and then use that to limit the rest of the search 447 447 $fulltext_query = id(new PhabricatorSavedQuery()) 448 - ->setEngineClassName('PhabricatorSearchApplicaionSearchEngine') 448 + ->setEngineClassName('PhabricatorSearchApplicationSearchEngine') 449 449 ->setParameter('query', $this->fullTextSearch); 450 450 451 451 // NOTE: Setting this to something larger than 2^53 will raise errors in