diff --git a/module/product/control.php b/module/product/control.php index 22f0796483..ce99b18587 100644 --- a/module/product/control.php +++ b/module/product/control.php @@ -96,6 +96,7 @@ class product extends control if($browseType == 'all') { $stories = $this->story->getProductStories($productID, 0, 'all', $orderBy, $pager); + $this->session->set('storyReport', '1 = 1'); } elseif($browseType == 'bymodule') {