aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index 18ca84d56..b6df6b3c1 100644
--- a/index.php
+++ b/index.php
@@ -27,10 +27,10 @@ if (!trigger_plugin_hook('index','system',null,false)) {
global $CONFIG;
$title = elgg_view_title(elgg_echo('content:latest'));
set_context('search');
- $content = list_registered_entities(0,10,true,false,array('object','group'));
+ $content = list_registered_entities(0,10,false,false,array('object','group'));
set_context('main');
global $autofeed;
$autofeed = false;
$content = elgg_view_layout('two_column_left_sidebar', '', $title . $content, elgg_view("account/forms/login"));
page_draw(null, $content);
-} \ No newline at end of file
+}