* fix bug.
This commit is contained in:
@@ -2008,7 +2008,7 @@ class project extends control
|
||||
}
|
||||
else
|
||||
{
|
||||
$allStories = $this->story->getProductStories(array_keys($products), $branches, $moduleID = '0', $status = 'active', $pager = null, $hasParent = false);
|
||||
$allStories = $this->story->getProductStories(array_keys($products), $branches, $moduleID = '0', $status = 'active', 'story', 'id_desc', $pager = null, $hasParent = false);
|
||||
}
|
||||
foreach($allStories as $id => $story)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user