return count from show

This commit is contained in:
Evan Prodromou 2009-06-14 22:09:04 -07:00
parent ee8dd62038
commit bef643352d
1 changed files with 2 additions and 1 deletions

View File

@ -63,8 +63,9 @@ class ProfileList extends Widget
function show()
{
$this->startList();
$this->showProfiles();
$cnt = $this->showProfiles();
$this->endList();
return $cnt;
}
function startList()