forked from GNUsocial/gnu-social
return count from show
This commit is contained in:
parent
ee8dd62038
commit
bef643352d
@ -63,8 +63,9 @@ class ProfileList extends Widget
|
|||||||
function show()
|
function show()
|
||||||
{
|
{
|
||||||
$this->startList();
|
$this->startList();
|
||||||
$this->showProfiles();
|
$cnt = $this->showProfiles();
|
||||||
$this->endList();
|
$this->endList();
|
||||||
|
return $cnt;
|
||||||
}
|
}
|
||||||
|
|
||||||
function startList()
|
function startList()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user