return count from show
This commit is contained in:
@@ -63,8 +63,9 @@ class ProfileList extends Widget
|
||||
function show()
|
||||
{
|
||||
$this->startList();
|
||||
$this->showProfiles();
|
||||
$cnt = $this->showProfiles();
|
||||
$this->endList();
|
||||
return $cnt;
|
||||
}
|
||||
|
||||
function startList()
|
||||
|
Reference in New Issue
Block a user