* adjust for show module tree in branch browse.

This commit is contained in:
wangyidong
2017-05-12 16:14:33 +08:00
parent 255d7b457d
commit 5b558cb825
2 changed files with 31 additions and 21 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ class tree extends control
if($viewType == 'story')
{
$this->lang->set('menugroup.tree', 'product');
$this->product->setMenu($this->product->getPairs(), $rootID, $branch, 'story');
$this->product->setMenu($this->product->getPairs(), $rootID, $branch, 'story', '', 'story');
$this->lang->tree->menu = $this->lang->product->menu;
$this->lang->tree->menuOrder = $this->lang->product->menuOrder;