From 0c4dabd0c92b7663808674e8b17e17e71a506282 Mon Sep 17 00:00:00 2001 From: cash Date: Wed, 16 Mar 2011 10:43:17 +0000 Subject: Fixes #3144 not using undefined $options variable git-svn-id: http://code.elgg.org/elgg/trunk@8732 36083f99-b078-4883-b0ff-0f9b5a30f544 --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3