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()
|
||||
{
|
||||
$this->startList();
|
||||
$this->showProfiles();
|
||||
$cnt = $this->showProfiles();
|
||||
$this->endList();
|
||||
return $cnt;
|
||||
}
|
||||
|
||||
function startList()
|
||||
|
Loading…
Reference in New Issue
Block a user