mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:42:53 +00:00
spelling: children
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
4c41f5a2f3
commit
9fc26de628
2 changed files with 2 additions and 2 deletions
|
@ -133,7 +133,7 @@ class UserTest extends MockedTest
|
||||||
$this->dbMock->shouldReceive('isResult')->with('objectReturn')->andReturn(true)->once();
|
$this->dbMock->shouldReceive('isResult')->with('objectReturn')->andReturn(true)->once();
|
||||||
$this->dbMock->shouldReceive('toArray')->with('objectReturn', true, 0)->andReturn([$this->parent])->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',
|
$this->dbMock->shouldReceive('select')->with('user',
|
||||||
['uid', 'username', 'nickname'],
|
['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}}
|
{{if $item.thread_level==2 && $top_child_nr==1}}
|
||||||
<div class="comment-container"> <!--top-child-begin-->
|
<div class="comment-container"> <!--top-child-begin-->
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{* end of hacky part to count childrens *}}
|
{{* end of hacky part to count children *}}
|
||||||
|
|
||||||
|
|
||||||
{{if $mode == display}}
|
{{if $mode == display}}
|
||||||
|
|
Loading…
Reference in a new issue