Some posts weren't shown

This commit is contained in:
Michael 2017-11-24 21:39:12 +00:00
parent 5a0f33dca0
commit 3046455b1c
1 changed files with 2 additions and 2 deletions

View File

@ -1536,8 +1536,8 @@ function conv_sort(array $item_list, $order)
*/
foreach ($parents as $i => $parent) {
$parents[$i]['children'] =
get_item_children($item_array, $parent, $thread_allowed)
+ get_item_children($item_array, $parent, false);
array_merge(get_item_children($item_array, $parent, $thread_allowed),
get_item_children($item_array, $parent, false));
}
foreach ($parents as $i => $parent) {