aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index c9d966b2f..9ccf21b03 100644
--- a/index.php
+++ b/index.php
@@ -29,7 +29,7 @@
global $CONFIG;
$title = elgg_view_title(elgg_echo('content:latest'));
set_context('search');
- $content = list_registered_entities();
+ $content = list_registered_entities(0,10,true,false,array('object','group'));
set_context('main');
global $autofeed;
$autofeed = false;