]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixes #1207: Using fullviews with proper list_entity params.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 7 Sep 2009 03:21:50 +0000 (03:21 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 7 Sep 2009 03:21:50 +0000 (03:21 +0000)
git-svn-id: https://code.elgg.org/elgg/trunk@3473 36083f99-b078-4883-b0ff-0f9b5a30f544

admin/user.php
views/default/search/entity_list.php

index 16b5bf172a367e98af4ebf896b370000e774cee9..a95bb69ce53b61cba7fc7c0e28fa785585eb3605 100644 (file)
@@ -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
+?>
index 12d9d5607a5c91942f560fe8db66ecc63c91cb55..f0438fa111d991ab40d8d574171ecf44bea76eb3 100644 (file)
@@ -9,7 +9,7 @@
                $context = $vars['context'];\r
                $viewtype = $vars['viewtype'];\r
                $pagination = $vars['pagination'];\r
-               //$fullview = $vars['fullview']; \r
+               $fullview = $vars['fullview']; \r
                \r
                $html = "";\r
                $nav = "";\r
@@ -59,4 +59,4 @@
                                \r
                        echo $html;\r
 \r
-?>
\ No newline at end of file
+?>\r