* Finish task #8159.
This commit is contained in:
@@ -3324,6 +3324,7 @@ class storyModel extends model
|
||||
|
||||
/* Merge to get a new sort list. */
|
||||
$newSortIDList = array_merge($frontStoryIDList, $sortIDList, $behindStoryIDList);
|
||||
if(strpos($orderBy, 'order_desc')) array_reverse($newSortIDList);
|
||||
|
||||
/* Loop update the story order of plan. */
|
||||
$order = 1;
|
||||
|
||||
Reference in New Issue
Block a user