From 073b469de9fe2d4cb9dac5050184d8e99b0a81d8 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 15 Aug 2008 20:52:24 +0000 Subject: Correction for the search list users by name function. git-svn-id: https://code.elgg.org/elgg/trunk@1956 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/lib/users.php b/engine/lib/users.php index 35399770b..cc6494364 100644 --- a/engine/lib/users.php +++ b/engine/lib/users.php @@ -775,7 +775,7 @@ $offset = (int) get_input('offset'); $limit = (int) $limit; $count = (int) search_for_user($tag, 10, 0, '', true); - $entities = search_for_user($tag, $limit, 0); + $entities = search_for_user($tag, $limit, $offset); return elgg_view_entity_list($entities, $count, $offset, $limit, $fullview); -- cgit v1.2.3