1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-18 21:02:41 +01:00

Fix variable in StandardPageView

Summary: Found this grepping for `contne`

Test Plan: render any standard page

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D15411
This commit is contained in:
Chad Little 2016-03-05 18:27:49 -08:00
parent 6084b7a201
commit 5a28bff987

View file

@ -490,7 +490,7 @@ final class PhabricatorStandardPageView extends PhabricatorBarePageView
$nav->appendFooter($footer);
$content = phutil_implode_html('', array($nav->render()));
} else {
$contnet = array();
$content = array();
$crumbs = $this->getCrumbs();
if ($crumbs) {