From a8a4e85443dc3387f27ee83a3b123041662007f1 Mon Sep 17 00:00:00 2001 From: epriestley Date: Sun, 12 Aug 2012 06:39:50 -0700 Subject: [PATCH] Minor, did not intend to land this actively quite yet. --- .../maniphest/controller/ManiphestController.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/applications/maniphest/controller/ManiphestController.php b/src/applications/maniphest/controller/ManiphestController.php index 224c940fcb..471b229fac 100644 --- a/src/applications/maniphest/controller/ManiphestController.php +++ b/src/applications/maniphest/controller/ManiphestController.php @@ -84,11 +84,6 @@ abstract class ManiphestController extends PhabricatorController { $nav->addLabel('Reports'); $nav->addFilter('report', 'Reports', '/maniphest/report/'); - $nav->setFlexNav(true); - $nav->setShowApplicationMenu(true); - $nav->setCurrentApplication($this->getCurrentApplication()); - $nav->setUser($this->getRequest()->getUser()); - return $nav; }