From ca5e71d37435e8843b89ac650b19499fd6741970 Mon Sep 17 00:00:00 2001 From: brettp Date: Mon, 7 Sep 2009 03:21:50 +0000 Subject: Fixes #1207: Using fullviews with proper list_entity params. git-svn-id: https://code.elgg.org/elgg/trunk@3473 36083f99-b078-4883-b0ff-0f9b5a30f544 --- admin/user.php | 4 ++-- 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 +?> -- cgit v1.2.3