]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Corrected fullview call in users admin section.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 19 Feb 2010 23:35:51 +0000 (23:35 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 19 Feb 2010 23:35:51 +0000 (23:35 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@3954 36083f99-b078-4883-b0ff-0f9b5a30f544

admin/user.php

index 4e853033be472679c622da8fe0a277447785a167..9ba0423a8a6974caca7c3bb4491e900273acd228 100644 (file)
@@ -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');