diff options
-rw-r--r-- | admin/user.php | 4 | ||||
-rw-r--r-- | views/default/search/entity_list.php | 4 |
2 files changed, 4 insertions, 4 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 +?> diff --git a/views/default/search/entity_list.php b/views/default/search/entity_list.php index 12d9d5607..f0438fa11 100644 --- a/views/default/search/entity_list.php +++ b/views/default/search/entity_list.php @@ -9,7 +9,7 @@ $context = $vars['context'];
$viewtype = $vars['viewtype'];
$pagination = $vars['pagination'];
- //$fullview = $vars['fullview'];
+ $fullview = $vars['fullview'];
$html = "";
$nav = "";
@@ -59,4 +59,4 @@ echo $html;
-?>
\ No newline at end of file +?>
|