]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
return count from show
authorEvan Prodromou <evan@controlyourself.ca>
Mon, 15 Jun 2009 05:09:04 +0000 (22:09 -0700)
committerEvan Prodromou <evan@controlyourself.ca>
Mon, 15 Jun 2009 05:09:04 +0000 (22:09 -0700)
lib/profilelist.php

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