From 1b4369056e5acaabd94e9251e12b468625d48b9f Mon Sep 17 00:00:00 2001 From: epriestley Date: Thu, 17 Jan 2013 08:33:34 -0800 Subject: [PATCH] Remove unnecessary `$nav` Summary: See D4451. Test Plan: Looked at Maniphest, saw it unchanged. Reviewers: edward, btrahan Reviewed By: edward CC: aran Differential Revision: https://secure.phabricator.com/D4484 --- .../maniphest/controller/ManiphestTaskListController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/maniphest/controller/ManiphestTaskListController.php b/src/applications/maniphest/controller/ManiphestTaskListController.php index 98bc933312..55fc7dccec 100644 --- a/src/applications/maniphest/controller/ManiphestTaskListController.php +++ b/src/applications/maniphest/controller/ManiphestTaskListController.php @@ -393,7 +393,7 @@ final class ManiphestTaskListController extends ManiphestController { $title = pht('Task List'); - $crumbs = $this->buildApplicationCrumbs($nav) + $crumbs = $this->buildApplicationCrumbs() ->addCrumb( id(new PhabricatorCrumbView()) ->setName($title))