This commit is contained in:
holan20180123
2021-05-13 17:10:34 +08:00
parent cc1da460df
commit 6d00f3253a
3 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -2384,7 +2384,7 @@ class execution extends control
$this->view->object = $object;
$this->view->products = $products;
$this->view->allStories = empty($allStories) ? $allStories : $allStories[$pageID - 1];;
$this->view->allStories = empty($allStories) ? $allStories : $allStories[$pageID - 1];
$this->view->pager = $pager;
$this->view->browseType = $browseType;
$this->view->productType = $productType;