mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-22 21:40:55 +01:00
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:
parent
df8d0a578b
commit
1b4369056e
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||||
|
|
Loading…
Reference in a new issue