summaryrefslogtreecommitdiff
path: root/lib/profilelist.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/profilelist.php')
-rw-r--r--lib/profilelist.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/profilelist.php b/lib/profilelist.php
index bd866bed7..a604230f8 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()