From ed59d8381da61e63e6832e8ebcb1e1494cf5a510 Mon Sep 17 00:00:00 2001 From: dave Date: Sat, 29 May 2010 11:38:17 +0000 Subject: make sure logged out river display correctly git-svn-id: http://code.elgg.org/elgg/trunk@6291 36083f99-b078-4883-b0ff-0f9b5a30f544 --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 8787d22c0..3b16617b0 100644 --- a/index.php +++ b/index.php @@ -34,7 +34,7 @@ if (!trigger_plugin_hook('index', 'system', null, FALSE)) { set_context('search'); $offset = (int)get_input('offset', 0); if(is_plugin_enabled('riverdashboard')) - $activity = elgg_view_river_items(0, 0, '', '', '', '', 10, 0, 0, true, true); + $activity = elgg_view_river_items(0, 0, '', '', '', '', 10, 0, 0, true, false); else $activity = elgg_list_registered_entities(array('limit' => 10, 'offset' => $offset, 'full_view' => FALSE, 'allowed_types' => array('object','group'))); set_context('main'); -- cgit v1.2.3