diff options
Diffstat (limited to 'engine')
-rw-r--r-- | engine/lib/users.php | 2 |
1 files changed, 1 insertions, 1 deletions
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);
|