]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
make sure logged out river display correctly
authordave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 29 May 2010 11:38:17 +0000 (11:38 +0000)
committerdave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 29 May 2010 11:38:17 +0000 (11:38 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@6291 36083f99-b078-4883-b0ff-0f9b5a30f544

index.php

index 8787d22c0e026b5fe8bbeaceef059c857f7165c4..3b16617b0f822d872a9b71aa2c30c34690cd8de7 100644 (file)
--- 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');