@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -1
+1 -1
src/view/page/PhabricatorStandardPageView.php
··· 490 490 $nav->appendFooter($footer); 491 491 $content = phutil_implode_html('', array($nav->render())); 492 492 } else { 493 - $contnet = array(); 493 + $content = array(); 494 494 495 495 $crumbs = $this->getCrumbs(); 496 496 if ($crumbs) {