summaryrefslogtreecommitdiff
path: root/lib/profilelist.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-11-20 07:31:46 -0500
committerEvan Prodromou <evan@prodromou.name>2008-11-20 07:31:46 -0500
commitc10a2e3fe29eb7cea1ac9bc18877b100896626e3 (patch)
tree009a4328b06122c310d4bf8d420fe3e2574e35e0 /lib/profilelist.php
parentc7dbb1d53a7f1c8559e06d1c69c2817a12c5d411 (diff)
stop trying to get count from query
darcs-hash:20081120123146-84dde-299808e2ed7a793a8240ab1c54e71b27f51307c4.gz
Diffstat (limited to 'lib/profilelist.php')
-rw-r--r--lib/profilelist.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/profilelist.php b/lib/profilelist.php
index 15ac2a6da..ebc974d6b 100644
--- a/lib/profilelist.php
+++ b/lib/profilelist.php
@@ -45,6 +45,8 @@ class ProfileList {
}
common_element_end('ul');
+
+ return $cnt;
}
function show() {