* Fix product menu.

This commit is contained in:
Yagami
2020-09-21 16:45:06 +08:00
parent 566d03a358
commit 3cb892fc4e
7 changed files with 30 additions and 44 deletions
+1
View File
@@ -132,6 +132,7 @@ class product extends control
*/
public function browse($productID = 0, $branch = '', $browseType = '', $param = 0, $storyType = 'story', $orderBy = '', $recTotal = 0, $recPerPage = 20, $pageID = 1)
{
$this->lang->navGroup->product = 'project';
/* Lower browse type. */
$browseType = strtolower($browseType);