aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/index.php b/index.php
index 4c9392016..708e38ec9 100644
--- a/index.php
+++ b/index.php
@@ -24,10 +24,7 @@ if (elgg_is_logged_in()) {
$content = elgg_view_title(elgg_echo('content:latest'));
-$content .= elgg_list_river($options);
-
-global $autofeed;
-$autofeed = FALSE;
+$content .= elgg_list_river();
$login_box = elgg_view('core/account/login_box');