return count from show

This commit is contained in:
Evan Prodromou 2009-06-14 22:09:04 -07:00
parent ee8dd62038
commit bef643352d

View File

@ -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()