diff --git a/module/story/control.php b/module/story/control.php index ee8839ccf2..53d643c5f3 100755 --- a/module/story/control.php +++ b/module/story/control.php @@ -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);