From: Evan Prodromou Date: Mon, 15 Jun 2009 05:09:04 +0000 (-0700) Subject: return count from show X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bef643352d573235aedbdd93125e93c42edb306b;p=quix0rs-gnu-social.git return count from show --- diff --git a/lib/profilelist.php b/lib/profilelist.php index bd866bed7e..a604230f85 100644 --- a/lib/profilelist.php +++ b/lib/profilelist.php @@ -63,8 +63,9 @@ class ProfileList extends Widget function show() { $this->startList(); - $this->showProfiles(); + $cnt = $this->showProfiles(); $this->endList(); + return $cnt; } function startList()