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