From d802f35bdc23b406b4e1a46385f41dc421fa6c5c Mon Sep 17 00:00:00 2001 From: Yagami <976204163@qq.com> Date: Wed, 17 Mar 2021 13:49:41 +0800 Subject: [PATCH] * Fix branch menu. --- module/branch/control.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/branch/control.php b/module/branch/control.php index ab315b59f7..2606058728 100644 --- a/module/branch/control.php +++ b/module/branch/control.php @@ -20,7 +20,6 @@ class branch extends control */ public function manage($productID) { - $this->lang->product->menu = $this->lang->product->setMenu; $this->lang->product->switcherMenu = $this->loadModel('product')->getSwitcher($productID); $moduleIndex = array_search('branch', $this->lang->noMenuModule);