spelling: recursively
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
7dfdcf66e4
commit
74ed755311
1 changed files with 1 additions and 1 deletions
|
@ -1362,7 +1362,7 @@ class Conversation
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// @TODO: Stop recusrsively adding all children back to the top level (!!!)
|
/// @TODO: Stop recursively adding all children back to the top level (!!!)
|
||||||
/// However, this apparently ensures responses (likes, attendance) display (?!)
|
/// However, this apparently ensures responses (likes, attendance) display (?!)
|
||||||
foreach ($parents as $parent) {
|
foreach ($parents as $parent) {
|
||||||
if (count($parent['children'])) {
|
if (count($parent['children'])) {
|
||||||
|
|
Loading…
Reference in a new issue