diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-11-20 07:31:46 -0500 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-11-20 07:31:46 -0500 |
commit | c10a2e3fe29eb7cea1ac9bc18877b100896626e3 (patch) | |
tree | 009a4328b06122c310d4bf8d420fe3e2574e35e0 /lib/profilelist.php | |
parent | c7dbb1d53a7f1c8559e06d1c69c2817a12c5d411 (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.php | 2 |
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() { |