* Fix error.

This commit is contained in:
leiyong
2020-11-17 14:23:07 +08:00
parent f7a28ef7e1
commit 03326e0d24
5 changed files with 2 additions and 4 deletions
-1
View File
@@ -27,7 +27,6 @@ class bugModel extends model
*/
public function setMenu($products, $productID, $branch = 0, $moduleID = 0, $browseType = 'unclosed', $orderBy = '')
{
$this->lang->product->menu = $this->lang->product->viewMenu;
$this->loadModel('product')->setMenu($products, $productID, $branch, $moduleID, 'bug');
$selectHtml = $this->product->select($products, $productID, 'bug', 'browse', '', $branch, $moduleID, 'bug');