* Fix branch menu.

This commit is contained in:
Yagami
2021-03-17 13:49:47 +08:00
parent 9b63d380b0
commit d802f35bdc
-1
View File
@@ -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);