* Fix details.

This commit is contained in:
sgm0422
2021-01-03 13:32:23 +08:00
parent 3b79f481e9
commit 7cb90754df
3 changed files with 4 additions and 11 deletions
-1
View File
@@ -69,7 +69,6 @@ class tree extends control
$moduleIndex = array_search('tree', $this->lang->noMenuModule);
if($moduleIndex !== false) unset($this->lang->noMenuModule[$moduleIndex]);
$this->lang->product->menu = $this->lang->product->viewMenu;
$this->lang->noMenuModule[] = 'tree';
$this->lang->product->switcherMenu = $this->loadModel('product')->getSwitcher($rootID, 'story');
$this->lang->product->mainMenuAction = $this->product->getProductMainAction();