From f104a260d1370e2d1eabf60497d5caedced5a8e5 Mon Sep 17 00:00:00 2001 From: brettp Date: Fri, 19 Feb 2010 23:35:51 +0000 Subject: Corrected fullview call in users admin section. git-svn-id: http://code.elgg.org/elgg/trunk@3954 36083f99-b078-4883-b0ff-0f9b5a30f544 --- admin/user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/user.php') diff --git a/admin/user.php b/admin/user.php index 4e853033b..9ba0423a8 100644 --- a/admin/user.php +++ b/admin/user.php @@ -25,7 +25,7 @@ $title = elgg_view_title(elgg_echo('admin:user')); set_context('search'); -$result = elgg_list_entities(array('type' => 'user', 'limit' => $limit, 'fullview' => FALSE)); +$result = elgg_list_entities(array('type' => 'user', 'limit' => $limit, 'full_view' => FALSE)); set_context('admin'); -- cgit v1.2.3