* Fix bug.

This commit is contained in:
liugang
2022-09-22 09:49:03 +08:00
parent 7f4b59d932
commit d9c6db859d
+1 -1
View File
@@ -2227,7 +2227,7 @@ class story extends control
/* Get story, product, products, and queryID. */
$story = $this->story->getById($storyID);
$products = $this->product->getPairs('', 0, '', true);
$products = $this->product->getPairs('', 0, '', 'all');
$queryID = 0;
$product = $this->product->getByID($story->product);