* Fix typo.

This commit is contained in:
dingguodong
2023-07-21 15:22:42 +08:00
parent e250b73d57
commit 4bbbfcf023
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ class design extends control
ksort($products);
$productID = $this->product->getAccessableProductID($productID, $products);
$productID = $this->product->getAccessibleProductID($productID, $products);
$this->lang->modulePageNav = $this->design->setMenu($projectID, $products, $productID);
$this->project->setMenu($projectID);