aboutsummaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-09-07 03:21:50 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-09-07 03:21:50 +0000
commitca5e71d37435e8843b89ac650b19499fd6741970 (patch)
tree4d0ad8b010ea3b0fa35e4c4f64328673129d1509 /admin
parent67de0e433ef3aca63949c656af0cb37b906ba2b4 (diff)
downloadelgg-ca5e71d37435e8843b89ac650b19499fd6741970.tar.gz
elgg-ca5e71d37435e8843b89ac650b19499fd6741970.tar.bz2
Fixes #1207: Using fullviews with proper list_entity params.
git-svn-id: https://code.elgg.org/elgg/trunk@3473 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'admin')
-rw-r--r--admin/user.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/user.php b/admin/user.php
index 16b5bf172..a95bb69ce 100644
--- a/admin/user.php
+++ b/admin/user.php
@@ -31,7 +31,7 @@
set_context('search');
- $result = list_entities('user');
+ $result = list_entities('user', '', 0, $limit, false);
set_context('admin');
@@ -42,4 +42,4 @@
$title . elgg_view("admin/user") . $result)
);
-?> \ No newline at end of file
+?>