Skip to content

Commit

Permalink
*5518* Fixed about breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Jun 25, 2010
1 parent 2c35567 commit c6dc396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/about/AboutHandler.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function setupTemplate($subclass = false) {
if (!$journal || !$journal->getSetting('restrictSiteAccess')) {
$templateMgr->setCacheability(CACHEABILITY_PUBLIC);
}
$templateMgr->assign('pageHierarchy', array(array(Request::url(null, 'about'), 'about.aboutTheJournal')));
if ($subclass) $templateMgr->assign('pageHierarchy', array(array(Request::url(null, 'about'), 'about.aboutTheJournal')));
}

/**
Expand Down

0 comments on commit c6dc396

Please sign in to comment.