From 2518a5eaff2b3437422ccdae0e68c0588889b974 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Mon, 23 Feb 2015 12:45:59 -0800 Subject: [PATCH] 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 --- .../project/controller/PhabricatorProjectController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/applications/project/controller/PhabricatorProjectController.php b/src/applications/project/controller/PhabricatorProjectController.php index 6b9b40d475..03c8461470 100644 --- a/src/applications/project/controller/PhabricatorProjectController.php +++ b/src/applications/project/controller/PhabricatorProjectController.php @@ -25,6 +25,7 @@ abstract class PhabricatorProjectController extends PhabricatorController { $viewer = $this->getViewer(); + $id = null; if ($for_app) { if ($project) { $id = $project->getID();