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
This commit is contained in:
@@ -393,7 +393,7 @@ final class ManiphestTaskListController extends ManiphestController {
|
|||||||
|
|
||||||
$title = pht('Task List');
|
$title = pht('Task List');
|
||||||
|
|
||||||
$crumbs = $this->buildApplicationCrumbs($nav)
|
$crumbs = $this->buildApplicationCrumbs()
|
||||||
->addCrumb(
|
->addCrumb(
|
||||||
id(new PhabricatorCrumbView())
|
id(new PhabricatorCrumbView())
|
||||||
->setName($title))
|
->setName($title))
|
||||||
|
|||||||
Reference in New Issue
Block a user