diff --git a/code/LeftAndMain.php b/code/LeftAndMain.php index 6ac7cbe2..2e40716d 100644 --- a/code/LeftAndMain.php +++ b/code/LeftAndMain.php @@ -493,7 +493,7 @@ class LeftAndMain extends Controller { "" '; - $siteTree = $obj->getChildrenAsUL( + $html = $obj->getChildrenAsUL( "", $titleEval, $this, @@ -510,11 +510,11 @@ class LeftAndMain extends Controller { if($this->hasMethod('getCMSTreeTitle')) $treeTitle = $this->getCMSTreeTitle(); else $treeTitle = _t('LeftAndMain.SITECONTENTLEFT',"Site Content",PR_HIGH,'Root node on left'); - $siteTree = ""; + $html = ""; } - return $siteTree; + return $html; } /**