aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 4c9392016..9cd0b2f02 100644
--- a/index.php
+++ b/index.php
@@ -24,7 +24,7 @@ if (elgg_is_logged_in()) {
$content = elgg_view_title(elgg_echo('content:latest'));
-$content .= elgg_list_river($options);
+$content .= elgg_list_river();
global $autofeed;
$autofeed = FALSE;