* Add a param for story-getBySearch.

This commit is contained in:
songchenxuan
2023-08-04 11:05:59 +08:00
parent 60a752b4fb
commit 01fd8cc08c
6 changed files with 12 additions and 9 deletions
+1 -1
View File
@@ -660,7 +660,7 @@ class mr extends control
$linkedStories = $this->mr->getLinkList($MRID, $product->id, 'story');
if($browseType == 'bySearch')
{
$allStories = $this->story->getBySearch($productID, 0, $queryID, 'id', '', 'story', array_keys($linkedStories), $pager);
$allStories = $this->story->getBySearch($productID, 0, $queryID, 'id', '', 'story', array_keys($linkedStories), '', $pager);
}
else
{