From 7269c7dfd5e7e4ae0cd46f18f527aae30ff13b8c Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Mon, 30 Nov 2009 01:41:36 +0000 Subject: [PATCH] MINOR Fixed undefined Director::join_links() error in Hierarcy eval'd code git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@93970 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- code/LeftAndMain.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/LeftAndMain.php b/code/LeftAndMain.php index 0e2c8bea..f3a20308 100644 --- a/code/LeftAndMain.php +++ b/code/LeftAndMain.php @@ -483,7 +483,7 @@ class LeftAndMain extends Controller { // getChildrenAsUL is a flexible and complex way of traversing the tree $titleEval = ' "
  • ID\" class=\"" . $child->CMSTreeClasses($extraArg) . "\">" . - "Link(),0,-1), "show", $child->ID) . "\" class=\"" . $child->CMSTreeClasses($extraArg) . "\" title=\"' + "Link(),0,-1), "show", $child->ID) . "\" class=\"" . $child->CMSTreeClasses($extraArg) . "\" title=\"' . _t('LeftAndMain.PAGETYPE','Page type: ') . '".$child->class."\" >" . ($child->TreeTitle) . ""