Again formatting

This commit is contained in:
Michael 2021-05-08 19:28:20 +00:00
parent 4b4298b0f8
commit a0e455a493
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ class Context extends BaseApi
continue;
}
$parents[$post['uri-id']] = $post['thr-parent-id'];
$children[$post['thr-parent-id']][] = $post['uri-id'];
}
DBA::close($posts);