@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 exception on /project/

Summary: I missed testing this case when re-doing the navigation.

Test Plan: Test /project/, don't see fatal. Test mobile menu, works as expected.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

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

+1
+1
src/applications/project/controller/PhabricatorProjectController.php
··· 25 25 26 26 $viewer = $this->getViewer(); 27 27 28 + $id = null; 28 29 if ($for_app) { 29 30 if ($project) { 30 31 $id = $project->getID();