Again formatting
This commit is contained in:
parent
4b4298b0f8
commit
a0e455a493
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue