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))