Again formatting

This commit is contained in:
Michael 2021-05-08 19:28:20 +00:00
parent 4b4298b0f8
commit a0e455a493

View file

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