From a0b82a2ec3da17a0aab5812e696316b0d8c2d1f9 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Mon, 30 Nov 2009 01:19:22 +0000 Subject: [PATCH] MINOR removed Director::Link(). Use Controller::join_links() instead (from r93785) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@93959 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 f86c266c..0e2c8bea 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) . ""