spelling: children
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
4c41f5a2f3
commit
9fc26de628
|
@ -133,7 +133,7 @@ class UserTest extends MockedTest
|
|||
$this->dbMock->shouldReceive('isResult')->with('objectReturn')->andReturn(true)->once();
|
||||
$this->dbMock->shouldReceive('toArray')->with('objectReturn', true, 0)->andReturn([$this->parent])->once();
|
||||
|
||||
// Select the childs (user & manage)
|
||||
// Select the children (user & manage)
|
||||
$this->dbMock->shouldReceive('select')->with('user',
|
||||
['uid', 'username', 'nickname'],
|
||||
[
|
||||
|
|
|
@ -22,7 +22,7 @@ as the value of $top_child_total (this is done at the end of this file)
|
|||
{{if $item.thread_level==2 && $top_child_nr==1}}
|
||||
<div class="comment-container"> <!--top-child-begin-->
|
||||
{{/if}}
|
||||
{{* end of hacky part to count childrens *}}
|
||||
{{* end of hacky part to count children *}}
|
||||
|
||||
|
||||
{{if $mode == display}}
|
||||
|
|
Loading…
Reference in a new issue