From 4782083e8270989c010f040c70ec40fe8ff0c648 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Tue, 19 Apr 2011 03:33:31 +0000 Subject: [PATCH] * fix for task #411 --- module/product/control.php | 1 + 1 file changed, 1 insertion(+) 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') {